removed the aspect settings

This commit is contained in:
zhitomirskiyi 2011-01-26 18:42:28 -08:00
parent f892a00b99
commit 4fb271b3bb

View file

@ -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