Sha256: 060692034154c47269e3771d01b98a2b62797240c56ff15e02bd4758f557f5b1

Contents?: true

Size: 578 Bytes

Versions: 89

Compression:

Stored size: 578 Bytes

Contents

<% if current_subject.pending_contacts? %>
<div class="block">
  <div class="header">
    <%= image_tag('btn/btn_notifications.png', :class => "header_icon") %>
    <div class="header_text">
      <%= t 'contact.pending.other' %>
    </div>
  </div>
  <div class="content">
    <%= render current_subject.pending_contacts.shuffle.first(2) %>
    <div class="row more_pending">
      <%= link_to t('contact.pending.all_n', :count => current_subject.pending_contacts_count), pending_contacts_path %>
    </div>
    <div class="space_center">
    </div>
  </div>
</div>
<% end -%>

Version data entries

89 entries across 89 versions & 4 rubygems

Version Path
social_stream-0.10.3 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.9.13 app/views/contacts/_pendings.html.erb
social_stream-0.10.2 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.9.12 app/views/contacts/_pendings.html.erb
social_stream-0.10.1 base/app/views/contacts/_pendings.html.erb
social_stream-0.10.0 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.9.11 app/views/contacts/_pendings.html.erb
social_stream-0.9.7 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.9.10 app/views/contacts/_pendings.html.erb