Sha256: e00bbd5d0008b74f8529f092736b7e06345a1a1cbbf5d793311f42f561e1ee87

Contents?: true

Size: 415 Bytes

Versions: 13

Compression:

Stored size: 415 Bytes

Contents

<% if current_user.pending_ties.any? %>
<div class="middle_box">
  <div class="middle_box_header">
    <%= image_tag('notifications.png', :class => "middle_box_picture_icon") %>
    <div class="middle_box_text_header"><%= t 'tie.pending.other' %></div>
    <div class="title_righ">
      <a href="#"><%= t 'tie.pending.all' %></a>
    </div>
  </div>

  <%= render current_user.pending_ties %>

</div>
<% end -%>


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
social_stream-0.2.3 app/views/ties/_pendings.html.erb
social_stream-0.2.2 app/views/ties/_pendings.html.erb
social_stream-0.2.1 app/views/ties/_pendings.html.erb
social_stream-0.2.0 app/views/ties/_pendings.html.erb
social_stream-0.1.7 app/views/ties/_pendings.html.erb
social_stream-0.1.6 app/views/ties/_pendings.html.erb
social_stream-0.1.5 app/views/ties/_pendings.html.erb
social_stream-0.1.4 app/views/ties/_pendings.html.erb
social_stream-0.1.3 app/views/ties/_pendings.html.erb
social_stream-0.1.2 app/views/ties/_pendings.html.erb
social_stream-0.1.1 app/views/ties/_pendings.html.erb
social_stream-0.1.0 app/views/ties/_pendings.html.erb
social_stream-0.0.5 app/views/ties/_pendings.html.erb