Sha256: 09080f55b95a06e249e18780aebc90691dee5ed51137140fa669dbc909c9d16d
Contents?: true
Size: 373 Bytes
Versions: 2
Compression:
Stored size: 373 Bytes
Contents
<% if current_subject.pending_contacts? %> <section id="pendings" data-path="<%= pending_contacts_path %>"> <header> <h4> <%= 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
social_stream-2.0.0.beta1 | base/app/views/contacts/_pendings.html.erb |
social_stream-base-2.0.0.beta1 | app/views/contacts/_pendings.html.erb |