From 61e27dedf7a02cd01fbf8ad34913c973d057664a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 15 Aug 2016 14:04:44 -0700 Subject: #3466 fix response of pull request form validation error --- templates/repo/issue/comment_tab.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/issue') diff --git a/templates/repo/issue/comment_tab.tmpl b/templates/repo/issue/comment_tab.tmpl index 6f9c9154..b009060c 100644 --- a/templates/repo/issue/comment_tab.tmpl +++ b/templates/repo/issue/comment_tab.tmpl @@ -5,7 +5,7 @@
+{{if .IssueTemplate}}{{.IssueTemplate}}{{else if .PullRequestTemplate}}{{.PullRequestTemplate}}{{else}}{{.content}}{{end}}
{{.i18n.Tr "repo.release.loading"}} -- cgit v1.2.3