From 4e2477a1a5ae59ff4cb34d58eab74297b4ea2d24 Mon Sep 17 00:00:00 2001 From: Justin Nuß Date: Fri, 25 Jul 2014 10:47:37 +0200 Subject: Fix #318. Switch to JS(ON) implementation for issue/comment creation. --- templates/repo/issue/create.tmpl | 5 ++++- templates/repo/issue/view.tmpl | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/repo/issue/create.tmpl b/templates/repo/issue/create.tmpl index 7705841708..ad86d4eafd 100644 --- a/templates/repo/issue/create.tmpl +++ b/templates/repo/issue/create.tmpl @@ -95,6 +95,7 @@
+
@@ -103,7 +104,9 @@
{{if .AttachmentsEnabled}}
-
+
+ Attachments: +
{{end}}
diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl index 247931c4aa..b5d7228198 100644 --- a/templates/repo/issue/view.tmpl +++ b/templates/repo/issue/view.tmpl @@ -134,6 +134,7 @@
+
@@ -143,7 +144,9 @@
{{if .AttachmentsEnabled}}
-
+
+ Attachments: +
{{end}}
-- cgit v1.2.3