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