diaspora/app/views/aspects/_aspect.haml

9 lines
190 B
Text

%li
%h4
= link_to aspect, aspect
%span
= t('contacts', :count => contact_count)
- if contact_count > 0
- for hash in contacts
= person_image_link(hash[:person])