Commit b985ff6f authored by Valeriy Sizov's avatar Valeriy Sizov

Merge pull request #1781 from iamntz/autofocus_on_issues

Added autofocus for issue title
parents 012d62b1 2d7062d8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment