Sha256: 2df0c7341316f425f5528db9da8f93b72b7a49a35985e096874c70b433292af0
Contents?: true
Size: 460 Bytes
Versions: 8
Compression:
Stored size: 460 Bytes
Contents
<%= link_to t('contact.all_n', :count => current_subject.contact_subjects(:direction => :sent).count), contacts_path %> - <% Actor.distinct_initials. contacted_from(current_subject). merge(Tie.related_by(current_subject.relation_customs.find_by_id(params[:relation]))). distinct_initials. each do |l| %> <%= link_to l.initial,{:letter => l.initial,:page => 1},:class => "contact_letter_link" %> <% end %>
Version data entries
8 entries across 8 versions & 2 rubygems