diff --git a/app/views/aspects/edit.html.haml b/app/views/aspects/edit.html.haml index b48758c51c26b1b15f67ba192e74a55a1fd68665..f9769fdebc1692a219879f94112a2147164ecfa7 100644 --- a/app/views/aspects/edit.html.haml +++ b/app/views/aspects/edit.html.haml @@ -12,12 +12,6 @@ .description = t('contacts', :count =>@aspect_contacts_count) - = form_for @aspect do |asp| - = asp.text_field :name, :value => @aspect.name - = asp.submit t('.rename_aspect'), :class => 'button' - - = button_to t('.remove_aspect'), @aspect, :method => "delete", :confirm => t('.confirm_remove_aspect'), :class => 'button' - - if @contacts.count > 0 = render 'shared/contact_list', :aspect => @aspect, :contacts => @contacts