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