summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-07 17:18:30 -0500
committerUnknwon <u@gogs.io>2016-02-07 17:18:30 -0500
commit7ffe845c61fde3b2eac821a303668206b014a666 (patch)
tree19a06592052d5b20057089d4437fc69f804bc434
parentb09ddc72d27b8bd9d631f58463e141397c0cc00c (diff)
parentaf8e3232489c28663073f73528c6efc83ba05a13 (diff)
downloadgitea-7ffe845c61fde3b2eac821a303668206b014a666.tar.gz
gitea-7ffe845c61fde3b2eac821a303668206b014a666.zip
Merge pull request #2582 from chriswatt/tabindex
Fix tab index on new issue/comment form
-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}}