Sha256: 1e5c571925b62379aef1dbf161482efa9051dc7625c5bef56caf27558444d94e

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

<% if current_subject.pending_ties.any? %>
<div class="block">
  <div class="header">
    <%= image_tag('btn/btn_notifications.png', :class => "header_icon") %>
    <div class="header_text"><%= t 'tie.pending.other' %></div>
  </div>
  <div class="content">
    <%= render current_subject.pending_ties %>
  </div>
</div>
<% end -%>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
social_stream-0.4.4 app/views/ties/_pendings.html.erb
social_stream-0.4.3 app/views/ties/_pendings.html.erb
social_stream-0.4.2 app/views/ties/_pendings.html.erb
social_stream-0.4.1 app/views/ties/_pendings.html.erb
social_stream-0.4.0 app/views/ties/_pendings.html.erb