Sha256: 2064639e79b5352c4c6c871d72db5d5a3afffddd84aff8981b0623eb66948cb3

Contents?: true

Size: 585 Bytes

Versions: 27

Compression:

Stored size: 585 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), contacts_path(:pending=>true)%>
    </div>
    <div class="space_center">
    </div>
  </div>
</div>
<% end -%>

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
social_stream-0.9.6 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.9.9 app/views/contacts/_pendings.html.erb
social_stream-0.9.5 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.9.8 app/views/contacts/_pendings.html.erb
social_stream-0.9.4 base/app/views/contacts/_pendings.html.erb
social_stream-0.9.3 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.9.7 app/views/contacts/_pendings.html.erb
social_stream-0.9.2 base/app/views/contacts/_pendings.html.erb
social_stream-base-0.9.6 app/views/contacts/_pendings.html.erb
social_stream-base-0.9.5 app/views/contacts/_pendings.html.erb
social_stream-base-0.9.4 app/views/contacts/_pendings.html.erb
social_stream-base-0.9.3 app/views/contacts/_pendings.html.erb
social_stream-base-0.9.2 app/views/contacts/_pendings.html.erb
social_stream-base-0.9.1 app/views/contacts/_pendings.html.erb
social_stream-base-0.9.0 app/views/contacts/_pendings.html.erb
social_stream-base-0.8.2 app/views/contacts/_pendings.html.erb
social_stream-base-0.8.1 app/views/contacts/_pendings.html.erb
social_stream-base-0.8.0 app/views/contacts/_pendings.html.erb
social_stream-base-0.7.11 app/views/contacts/_pendings.html.erb
social_stream-base-0.7.10 app/views/contacts/_pendings.html.erb