Sha256: c8fdb39073716d44de2f39508a311421192500c4bac4ac740a69b7f5615b5d17
Contents?: true
Size: 391 Bytes
Versions: 23
Compression:
Stored size: 391 Bytes
Contents
<% if current_subject.pending_contacts? %> <section id="pendings" data-path="<%= pending_contacts_path %>"> <header> <h4 class="colorfont"> <%= t 'contact.pending.other' %> </h4> </header> <%= render :partial => 'contacts/contact', :collection => current_subject.pending_contacts.shuffle.first(2), :locals => { destroy_params: { reject: true } } %> </section> <% end -%>
Version data entries
23 entries across 23 versions & 2 rubygems