Sha256: bc656e5d46233cde8d5af2626fb8d88892829576b3769eea759845f3f695fe63

Contents?: true

Size: 583 Bytes

Versions: 59

Compression:

Stored size: 583 Bytes

Contents

<% if (cs = subject.contact_subjects(:direction => :sent)).present? %>
  <div class="block">
    <div class="header">
      <%=image_tag("btn/btn_friend.png", :class => "header_icon")%>
      <div class="header_text">
        <%= cs.count %> <%= t('contact', :count => cs.count) %>
      </div>
    </div>
  </div>
  <div class ="content">
      <div class="contact space_center">
        <% cs.each do |contact| %>
            <%= link_to(image_tag(contact.logo.url(:contact), :alt => contact.name , :size => "28x28"), contact) %>
        <% end %>
      </div>
  </div>
<% end %>

Version data entries

59 entries across 59 versions & 2 rubygems

Version Path
social_stream-0.11.6 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.9.20 app/views/subjects/_contacts.html.erb
social_stream-0.11.5 base/app/views/subjects/_contacts.html.erb
social_stream-0.11.4 base/app/views/subjects/_contacts.html.erb
social_stream-0.11.3 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.9.19 app/views/subjects/_contacts.html.erb
social_stream-0.11.2 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.9.18 app/views/subjects/_contacts.html.erb
social_stream-0.11.1 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.9.16 app/views/subjects/_contacts.html.erb
social_stream-0.11.0 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.9.15 app/views/subjects/_contacts.html.erb
social_stream-0.10.4 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.9.14 app/views/subjects/_contacts.html.erb
social_stream-0.10.3 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.9.13 app/views/subjects/_contacts.html.erb
social_stream-0.10.2 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.9.12 app/views/subjects/_contacts.html.erb
social_stream-0.10.1 base/app/views/subjects/_contacts.html.erb
social_stream-0.10.0 base/app/views/subjects/_contacts.html.erb