Sha256: 6a164919acb35e248b6c34d7b929c6dc5d62b7091058023698c30847a52faf2e

Contents?: true

Size: 605 Bytes

Versions: 8

Compression:

Stored size: 605 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
social_stream-0.1.7 app/views/home/_contacts.html.erb
social_stream-0.1.6 app/views/home/_contacts.html.erb
social_stream-0.1.5 app/views/home/_contacts.html.erb
social_stream-0.1.4 app/views/home/_contacts.html.erb
social_stream-0.1.3 app/views/home/_contacts.html.erb
social_stream-0.1.2 app/views/home/_contacts.html.erb
social_stream-0.1.1 app/views/home/_contacts.html.erb
social_stream-0.1.0 app/views/home/_contacts.html.erb