the alt text now displays the correct number of contacts in an aspect
This commit is contained in:
parent
61dd5a835a
commit
199d5fbdc1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
- for aspect in @all_aspects
|
||||
%li{:data=>{:guid=>aspect.id}, :class => ("selected" if @object_aspect_ids.include?(aspect.id))}
|
||||
= link_for_aspect(aspect, :class => 'aspect_selector', :title => t('contacts', :count => aspect.aspect_memberships.length))
|
||||
= link_for_aspect(aspect, :class => 'aspect_selector', :title => t('contacts', :count => aspect.contacts.size))
|
||||
|
||||
%li
|
||||
= link_to '+', '#add_aspect_pane', :class => "add_aspect_button", :title => t('aspects.manage.add_a_new_aspect'), :rel => 'facebox'
|
||||
|
|
|
|||
Loading…
Reference in a new issue