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-1.1.12 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.11 app/views/subjects/_contacts.html.erb
social_stream-1.1.11 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.10 app/views/subjects/_contacts.html.erb
social_stream-1.1.10 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.9 app/views/subjects/_contacts.html.erb
social_stream-1.1.9 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.8 app/views/subjects/_contacts.html.erb
social_stream-1.1.8 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.7 app/views/subjects/_contacts.html.erb
social_stream-1.1.7 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.6 app/views/subjects/_contacts.html.erb
social_stream-1.1.6 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.5 app/views/subjects/_contacts.html.erb
social_stream-1.1.5 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.4 app/views/subjects/_contacts.html.erb
social_stream-1.1.4 base/app/views/subjects/_contacts.html.erb
social_stream-1.1.3 base/app/views/subjects/_contacts.html.erb
social_stream-base-1.1.3 app/views/subjects/_contacts.html.erb
social_stream-1.1.2 base/app/views/subjects/_contacts.html.erb