diff options
author | Unknwon <u@gogs.io> | 2015-11-13 12:11:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-13 12:11:45 -0500 |
commit | 6a664e88c77f1ddd9c5bff4898e21a8271a5da9a (patch) | |
tree | fbdb9e24ea39be10fe59ec6bfeddda90be45b1b1 /templates/repo/issue | |
parent | 0f438ef0b3fe641df102212becb32cdfb4dd3305 (diff) | |
download | gitea-6a664e88c77f1ddd9c5bff4898e21a8271a5da9a.tar.gz gitea-6a664e88c77f1ddd9c5bff4898e21a8271a5da9a.zip |
#1854 show issue content
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 b3cf99257b..8576d7db8d 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -13,7 +13,7 @@ </a> <div class="ui segment content"> <div class="field"> - <input name="title" placeholder="{{.i18n.Tr "repo.milestones.title"}}" value="{{.title}}" autofocus required> + <input name="title" placeholder="{{.i18n.Tr "repo.milestones.title"}}" value="{{.title}}" tabindex="3" autofocus required> </div> {{template "repo/issue/comment_tab" .}} <div class="text right"> |