rename aspect on the aspect show page
This commit is contained in:
parent
9555fae33d
commit
4256ea34b6
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@
|
|||
|
||||
= render 'shared/add_contact', :aspect_id => aspect.id
|
||||
|
||||
%hr
|
||||
= form_for aspect do |asp|
|
||||
= asp.text_field :name, :value => aspect.name
|
||||
= asp.submit "Rename Aspect"
|
||||
|
||||
%hr
|
||||
.big_buttons
|
||||
= button_to t('.remove_aspect'), aspect, :method => "delete", :confirm => t('.confirm_remove_aspect')
|
||||
|
|
|
|||
Loading…
Reference in a new issue