12 lines
334 B
Text
12 lines
334 B
Text
%li{:data=>{:guid=>aspect.id}, :class => ("dull" if contacts.length == 0)}
|
|
.right
|
|
%b
|
|
= link_to t('contacts', :count => contact_count), edit_aspect_path(aspect), :rel => 'facebox'
|
|
%b
|
|
= aspect.name
|
|
%br
|
|
|
|
- if contacts.length > 0
|
|
.contacts
|
|
- for hash in contacts
|
|
= person_image_link(hash[:person])
|