summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
diff options
context:
space:
mode:
authorchriswatt <info@chriswatt.org>2016-02-07 22:14:33 +0000
committerchriswatt <info@chriswatt.org>2016-02-07 22:14:33 +0000
commitaf8e3232489c28663073f73528c6efc83ba05a13 (patch)
tree19a06592052d5b20057089d4437fc69f804bc434 /templates/repo/issue
parentb09ddc72d27b8bd9d631f58463e141397c0cc00c (diff)
downloadgitea-af8e3232489c28663073f73528c6efc83ba05a13.tar.gz
gitea-af8e3232489c28663073f73528c6efc83ba05a13.zip
Fix tab index on new issue/comment form
Diffstat (limited to 'templates/repo/issue')
-rw-r--r--templates/repo/issue/new_form.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl
index c023643eb9..b77cfb2c70 100644
--- a/templates/repo/issue/new_form.tmpl
+++ b/templates/repo/issue/new_form.tmpl
@@ -17,7 +17,7 @@
</div>
{{template "repo/issue/comment_tab" .}}
<div class="text right">
- <button class="ui green button">
+ <button class="ui green button" tabindex="6">
{{if .PageIsComparePull}}
{{.i18n.Tr "repo.pulls.create"}}
{{else}}