added maxlength attribute to aspect name input, fixed #675
This commit is contained in:
parent
e6f3adb69f
commit
07395fb2c9
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#aspect_name_edit.hidden
|
||||
= form_for @aspect, :remote => true do |aspect|
|
||||
= aspect.text_field :name
|
||||
= aspect.text_field :name, :maxlength => 20
|
||||
= aspect.submit t('.update'), :disable_with => t('.updating'), :class => 'button'
|
||||
|
||||
- if @contacts.count > 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue