From 4617bef8954deeef5bd2ba36d84aba3b05a4dd83 Mon Sep 17 00:00:00 2001 From: Justin Nuß Date: Wed, 23 Jul 2014 21:15:47 +0200 Subject: WIP: Allow attachments for comments --- templates/repo/issue/view.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'templates/repo/issue') diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl index d95fba40..246055e1 100644 --- a/templates/repo/issue/view.tmpl +++ b/templates/repo/issue/view.tmpl @@ -62,6 +62,11 @@
{{str2html .Content}}
+
+ {{range .Attachments}} + {{.Name}} + {{end}} +
{{else if eq .Type 1}} @@ -103,8 +108,14 @@
Loading...
+
+
+
+ + + {{if .IsIssueOwner}}{{if .Issue.IsClosed}} {{else}} {{end}}{{end}}   -- cgit v1.2.3