Sha256: 27f525210cd8c6f3556b5223c7d0d108c12141986336d8430f7672a247f2db51

Contents?: true

Size: 587 Bytes

Versions: 25

Compression:

Stored size: 587 Bytes

Contents

<%= div_for(notification, :class => read_class + ' conversation') do %>

<tr>
  <td>
    <%= div_for(notification) do %>
      <i class="icon_navbar-notification"></i><!-- este icono debe de ser cambiado por la tipologia que le corresponda segun el contenido-->
      <%= render :partial => "notifications/activities/#{ notification.notified_object.verb }",
                 :locals => {:activity => notification.notified_object} %>
      
    <% end %>
    <span class="date-ago"><%= t('time.ago', :time => time_ago_in_words(notification.created_at)) %></span>
  </td>
</tr>

<% end %>

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/notifications/_notification.html.erb
social_stream-base-2.2.2 app/views/notifications/_notification.html.erb
social_stream-2.2.1 base/app/views/notifications/_notification.html.erb
social_stream-base-2.2.1 app/views/notifications/_notification.html.erb
social_stream-2.2.0 base/app/views/notifications/_notification.html.erb
social_stream-base-2.2.0 app/views/notifications/_notification.html.erb
social_stream-2.1.1 base/app/views/notifications/_notification.html.erb
social_stream-2.1.0 base/app/views/notifications/_notification.html.erb
social_stream-base-2.1.0 app/views/notifications/_notification.html.erb
social_stream-2.0.4 base/app/views/notifications/_notification.html.erb
social_stream-base-2.0.4 app/views/notifications/_notification.html.erb
social_stream-2.0.3 base/app/views/notifications/_notification.html.erb
social_stream-base-2.0.3 app/views/notifications/_notification.html.erb
social_stream-2.0.2 base/app/views/notifications/_notification.html.erb
social_stream-base-2.0.2 app/views/notifications/_notification.html.erb
social_stream-2.0.1 base/app/views/notifications/_notification.html.erb
social_stream-base-2.0.1 app/views/notifications/_notification.html.erb
social_stream-2.0.0 base/app/views/notifications/_notification.html.erb
social_stream-base-2.0.0 app/views/notifications/_notification.html.erb
social_stream-2.0.0.beta3 base/app/views/notifications/_notification.html.erb