Auto-focus series name when labeling alt styles
Helpful when doing a bunch in a row (like today's big release!)
This commit is contained in:
parent
5f31e38428
commit
9e3ce74ed5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
%li= error.full_message
|
||||
%fieldset
|
||||
= f.label :real_series_name, "Series"
|
||||
= f.text_field :real_series_name
|
||||
= f.text_field :real_series_name, autofocus: !@alt_style.real_series_name?
|
||||
= f.label :thumbnail_url, "Thumbnail"
|
||||
.thumbnail-field
|
||||
- if @alt_style.thumbnail_url?
|
||||
|
|
Loading…
Reference in a new issue