removed the aspect settings
This commit is contained in:
parent
f892a00b99
commit
4fb271b3bb
1 changed files with 0 additions and 6 deletions
|
|
@ -12,12 +12,6 @@
|
||||||
.description
|
.description
|
||||||
= t('contacts', :count =>@aspect_contacts_count)
|
= 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
|
- if @contacts.count > 0
|
||||||
= render 'shared/contact_list', :aspect => @aspect, :contacts => @contacts
|
= render 'shared/contact_list', :aspect => @aspect, :contacts => @contacts
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue