|
@@ -279,7 +279,7 @@ func NotebookShow(ctx *context.Context) { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
datasetDownloadLink := "-" |
|
|
|
|
|
|
|
|
datasetDownloadLink := "" |
|
|
if ctx.IsSigned { |
|
|
if ctx.IsSigned { |
|
|
if task.Uuid != "" && task.UserID == ctx.User.ID { |
|
|
if task.Uuid != "" && task.UserID == ctx.User.ID { |
|
|
attachment, err := models.GetAttachmentByUUID(task.Uuid) |
|
|
attachment, err := models.GetAttachmentByUUID(task.Uuid) |
|
|