summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-11-13 12:11:45 -0500
committerUnknwon <u@gogs.io>2015-11-13 12:11:45 -0500
commit6a664e88c77f1ddd9c5bff4898e21a8271a5da9a (patch)
treefbdb9e24ea39be10fe59ec6bfeddda90be45b1b1 /templates/repo/issue
parent0f438ef0b3fe641df102212becb32cdfb4dd3305 (diff)
downloadgitea-6a664e88c77f1ddd9c5bff4898e21a8271a5da9a.tar.gz
gitea-6a664e88c77f1ddd9c5bff4898e21a8271a5da9a.zip
#1854 show issue content
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 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">