Merge pull request #1781 from iamntz/autofocus_on_issues
Added autofocus for issue title
This commit is contained in:
commit
b985ff6f18
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
= f.label :title do
|
= f.label :title do
|
||||||
%strong= "Subject *"
|
%strong= "Subject *"
|
||||||
.input
|
.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_middle_block
|
||||||
.issue_assignee
|
.issue_assignee
|
||||||
= f.label :assignee_id do
|
= f.label :assignee_id do
|
||||||
|
|
Loading…
Add table
Reference in a new issue