13 lines
402 B
Plaintext
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> |