Files
nairobi/app/views/notifications/_notification.html.erb
2016-01-08 12:45:37 +01:00

10 lines
409 B
Plaintext

<li id="<%= dom_id(notification) %>" class="notification">
<%= link_to notification do %>
<p>
<strong><%= notification.username %></strong>
<em><%= t("notifications.index.#{notification_action(notification)}") %></em>
<strong><%= notification.notifiable.commentable.title %></strong>
</p>
<p class="time"><%= l notification.timestamp, format: :datetime %></p>
<% end %>
</li>