Files
nairobi/app/views/notifications/_notification.html.erb
2016-06-07 22:03:14 +02:00

13 lines
405 B
Plaintext

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