Simplify min/max abstract length feature
Also clarify that those are words...
This commit is contained in:
parent
bb59c9a4d9
commit
9514171e33
3 changed files with 10 additions and 13 deletions
|
|
@ -16,10 +16,12 @@
|
|||
= f.text_field :description, class: 'form-control'
|
||||
.form-group
|
||||
= f.label :minimum_abstract_length
|
||||
(words)
|
||||
%abbr{title: 'This field is required'} *
|
||||
= f.number_field :minimum_abstract_length, size: 3, required: true, class: 'form-control'
|
||||
.form-group
|
||||
= f.label :maximum_abstract_length
|
||||
(words)
|
||||
%abbr{title: 'This field is required'} *
|
||||
= f.number_field :maximum_abstract_length, size: 3, required: true, class: 'form-control'
|
||||
.form-group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue