Commit 2d7062d8fc5d4fc8fb8aba83947de7955cd41e3c
1 parent
012d62b1
Exists in
master
and in
4 other branches
Added autofocus for issue title
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/issues/_form.html.haml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | = f.label :title do |
13 | 13 | %strong= "Subject *" |
14 | 14 | .input |
15 | - = f.text_field :title, maxlength: 255, class: "xxlarge gfm-input" | |
15 | + = f.text_field :title, maxlength: 255, class: "xxlarge gfm-input", autofocus: true | |
16 | 16 | .issue_middle_block |
17 | 17 | .issue_assignee |
18 | 18 | = f.label :assignee_id do | ... | ... |