Sha256: 6b9e64343249683c409d5fd92a169d052283bf26c1109b71850bf1b722d04639
Contents?: true
Size: 661 Bytes
Versions: 25
Compression:
Stored size: 661 Bytes
Contents
<section class="groups"> <% if (gs = subject.contact_subjects(direction: :sent, type: :group) { |as| as.recent.first(6) }).present? %> <h4> <%= t('group.n', :count => subject.contact_subjects(:direction => :sent, type: :group).count) %> </h4> <span class="line"></span> <ul> <% gs.each do |g| %> <li> <%= link_to(image_tag(g.logo.url(:small), :alt => g.name, :title => g.name, :size => "small"), g) %> </li> <% end %> </ul> <nav class="groups-more"> <%= link_to t("group.view_all"), polymorphic_path([ profile_subject, Contact.new ], type: :group) %> </nav> <% end %> </section>
Version data entries
25 entries across 25 versions & 2 rubygems