Sha256: e74ac28791a7534867e55d0d3e3261bcb6e607be8fb7da23b22387a2b88a10e2

Contents?: true

Size: 604 Bytes

Versions: 174

Compression:

Stored size: 604 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, :title => contact.name, :size => "28x28"), contact) %>
        <% end %>
      </div>
  </div>
<% end %>

Version data entries

174 entries across 174 versions & 4 rubygems

Version Path
social_stream-0.24.1 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.18.1 app/views/subjects/_contacts.html.erb
social_stream-0.24.0 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.18.0 app/views/subjects/_contacts.html.erb
social_stream-0.23.4 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.17.3 app/views/subjects/_contacts.html.erb
social_stream-0.23.3 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.17.2 app/views/subjects/_contacts.html.erb
social_stream-0.23.2 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.17.1 app/views/subjects/_contacts.html.erb
social_stream-0.23.1 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.17.0 app/views/subjects/_contacts.html.erb
social_stream-0.22.1 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.16.4 app/views/subjects/_contacts.html.erb
social_stream-0.22.0 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.16.3 app/views/subjects/_contacts.html.erb
social_stream-0.21.4 base/app/views/subjects/_contacts.html.erb
social_stream-base-0.16.2 app/views/subjects/_contacts.html.erb
social_stream-0.21.3 base/app/views/subjects/_contacts.html.erb
social_stream-0.21.2 base/app/views/subjects/_contacts.html.erb