Sha256: bf58572d79573e77ae178f29d5983106024a2f630df0ddc67c266c711636737f

Contents?: true

Size: 655 Bytes

Versions: 7

Compression:

Stored size: 655 Bytes

Contents

<% if (cs = subject.subjects(:direction => :receivers)).present? %>

  <div class="contacts_header">
      <%=image_tag("btn/btn_friend.png", :class => "contacts_icon")%>
      <div class="contacts_text_header">
        <%= cs.count %> <%= t('contact', :count => cs.count) %>
      </div>
  </div>
  <div class ="contacts">
      <div class="contact">
        <% cs.each do |contact| %>
            <%= link_to(image_tag(contact.logo.url, :alt => contact.name , :size => "40x40"), contact) %>
        <% end %>
      </div>
  </div>
  <div class="contacts_footer">
    <%=link_to(image_tag("btn/btn_next.png", :alt => "next"), '#') %>
  </div>

<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
social_stream-0.3.6 app/views/subjects/_contacts.html.erb
social_stream-0.3.5 app/views/subjects/_contacts.html.erb
social_stream-0.3.4 app/views/subjects/_contacts.html.erb
social_stream-0.3.3 app/views/subjects/_contacts.html.erb
social_stream-0.3.2 app/views/subjects/_contacts.html.erb
social_stream-0.3.1 app/views/subjects/_contacts.html.erb
social_stream-0.3.0 app/views/subjects/_contacts.html.erb