app/views/contacts/index.html.erb in social_stream-base-0.5.2 vs app/views/contacts/index.html.erb in social_stream-base-0.6.0
- old
+ new
@@ -15,10 +15,10 @@
<%= image_tag("btn/search.png",:size=>"20x20",:id=>"search_button") %>
</div>
<div class="space_center"></div>
<div class="row" >
<div class="center">
- <%= link_to t('contact.all_n', :count => current_subject.contacts(:direction => :sent).count), contacts_path %> -
+ <%= 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| %>