diff options
author | chriswatt <info@chriswatt.org> | 2016-02-07 22:14:33 +0000 |
---|---|---|
committer | chriswatt <info@chriswatt.org> | 2016-02-07 22:14:33 +0000 |
commit | af8e3232489c28663073f73528c6efc83ba05a13 (patch) | |
tree | 19a06592052d5b20057089d4437fc69f804bc434 /templates/repo/issue | |
parent | b09ddc72d27b8bd9d631f58463e141397c0cc00c (diff) | |
download | gitea-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.tmpl | 2 |
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}} |