diff --git a/custom/templates/repo/issue/comment_tab.tmpl b/custom/templates/repo/issue/comment_tab.tmpl index 634a803..77e8293 100644 --- a/custom/templates/repo/issue/comment_tab.tmpl +++ b/custom/templates/repo/issue/comment_tab.tmpl @@ -5,15 +5,16 @@
+ {{- if .BodyQuery}}{{.BodyQuery}}{{else if .IssueTemplate}}{{.IssueTemplate}}{{else if .PullRequestTemplate}}{{.PullRequestTemplate}}{{else}}{{.content}}{{end -}} +
-
+
{{.i18n.Tr "loading"}}
{{if .IsAttachmentEnabled}} -
-
-
-
+
+
+ {{template "repo/upload" .}} +
{{end}}