Added autofocus for issue title
This commit is contained in:
parent
012d62b198
commit
2d7062d8fc
|
@ -12,7 +12,7 @@
|
|||
= f.label :title do
|
||||
%strong= "Subject *"
|
||||
.input
|
||||
= f.text_field :title, maxlength: 255, class: "xxlarge gfm-input"
|
||||
= f.text_field :title, maxlength: 255, class: "xxlarge gfm-input", autofocus: true
|
||||
.issue_middle_block
|
||||
.issue_assignee
|
||||
= f.label :assignee_id do
|
||||
|
|
Loading…
Reference in a new issue