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
vkhater-social_stream-0.16.3.3 base/app/views/contacts/_pendings.html.erb
vkhater-social_stream-base-0.11.2 app/views/contacts/_pendings.html.erb
social_stream-0.16.3 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.11.2 app/views/contacts/_pendings.html.erb
social_stream-0.16.2 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.11.1 app/views/contacts/_pendings.html.erb
social_stream-0.16.1 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.11.0 app/views/contacts/_pendings.html.erb
social_stream-0.15.8 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.10.11 app/views/contacts/_pendings.html.erb
social_stream-0.15.7 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.10.10 app/views/contacts/_pendings.html.erb
social_stream-0.15.6 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.10.9 app/views/contacts/_pendings.html.erb
social_stream-0.15.5 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.10.8 app/views/contacts/_pendings.html.erb
social_stream-0.15.4 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.10.7 app/views/contacts/_pendings.html.erb
social_stream-0.15.1 base/app/views/contacts/_pendings.html.erb
social_stream-0.15.0 base/app/views/contacts/_pendings.html.erb