Files
grecia/app/views/notifications/_notification.html.erb
2016-06-15 12:12:56 +02:00

13 lines
402 B
Plaintext

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