From c8429bdc9096d2c84eba2cf070e524d35ffc7113 Mon Sep 17 00:00:00 2001 From: Alexey Makhov Date: Wed, 11 Nov 2015 23:39:36 +0300 Subject: [PATCH] #1917 add tabindex --- templates/repo/issue/comment_tab.tmpl | 2 +- templates/repo/issue/view_content.tmpl | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/repo/issue/comment_tab.tmpl b/templates/repo/issue/comment_tab.tmpl index a2b5bea27..5ffe1e045 100644 --- a/templates/repo/issue/comment_tab.tmpl +++ b/templates/repo/issue/comment_tab.tmpl @@ -4,7 +4,7 @@ {{.i18n.Tr "repo.release.preview"}}
- +
{{.i18n.Tr "repo.release.loading"}} diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index 7c413fb3e..57aadf8c4 100644 --- a/templates/repo/issue/view_content.tmpl +++ b/templates/repo/issue/view_content.tmpl @@ -206,16 +206,16 @@
{{if and .IsIssueOwner (not .DisableStatusChange)}} {{if .Issue.IsClosed}} -
+
+ {{else}} -
+
+ {{end}} {{end}} -