Sha256: b8c1bf1fffb1c91a7d5c60ee936d89926921d40e67f79a577e3640b97d559507

Contents?: true

Size: 571 Bytes

Versions: 25

Compression:

Stored size: 571 Bytes

Contents

<section class="contacts-toolbar">
  <% if (cs = subject.contact_subjects(:direction => :sent).first(6)).present? %>
    <h4>
      <%= t('contacts') %>
    </h4>
    <span class="line"></span>
    <ul>
      <% cs.each do |contact| %>
        <li>
          <%= link_to(image_tag(contact.logo.url(:small), :alt => contact.name, :title => contact.name, :size => "small"), contact) %>
        </li>
      <% end %>
    </ul>
    <nav class="contacts-more">
      <%= link_to t("contact.view_all"), [ profile_subject, Contact.new ] %>
    </nav>    
  <% end %>
</section>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.2.2 app/views/toolbar/_contacts.html.erb
social_stream-2.2.1 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.2.1 app/views/toolbar/_contacts.html.erb
social_stream-2.2.0 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.2.0 app/views/toolbar/_contacts.html.erb
social_stream-2.1.1 base/app/views/toolbar/_contacts.html.erb
social_stream-2.1.0 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.1.0 app/views/toolbar/_contacts.html.erb
social_stream-2.0.4 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.0.4 app/views/toolbar/_contacts.html.erb
social_stream-2.0.3 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.0.3 app/views/toolbar/_contacts.html.erb
social_stream-2.0.2 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.0.2 app/views/toolbar/_contacts.html.erb
social_stream-2.0.1 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.0.1 app/views/toolbar/_contacts.html.erb
social_stream-2.0.0 base/app/views/toolbar/_contacts.html.erb
social_stream-base-2.0.0 app/views/toolbar/_contacts.html.erb
social_stream-2.0.0.beta3 base/app/views/toolbar/_contacts.html.erb