From 675cd997d8b8afe35c642dc35defde36a3ed38e1 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 11 Nov 2015 16:24:13 -0500 Subject: [PATCH] minor tabindex fix --- templates/repo/issue/comment_tab.tmpl | 2 +- templates/repo/issue/view_content.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/repo/issue/comment_tab.tmpl b/templates/repo/issue/comment_tab.tmpl index 5ffe1e045..d2880febd 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 f838072c7..56519e786 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}} -
+
{{.i18n.Tr "repo.issues.reopen_issue"}}
{{else}} -
+
{{.i18n.Tr "repo.issues.close_issue"}}
{{end}} {{end}} -