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

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