limit the new aspect form name to be less than 20 char in the form
This commit is contained in:
parent
5f1f28923f
commit
f659ba58ef
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@
|
||||||
= aspect.error_messages
|
= aspect.error_messages
|
||||||
%p
|
%p
|
||||||
= aspect.label :name , t('.name')
|
= aspect.label :name , t('.name')
|
||||||
= aspect.text_field :name
|
= aspect.text_field :name, :maxlength => 20
|
||||||
= aspect.submit t('.create'), :class => 'button'
|
= aspect.submit t('.create'), :class => 'button'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue