8 lines
394 B
Plaintext
8 lines
394 B
Plaintext
<li id="<%= dom_id(notification) %>" class="notification">
|
|
<%= link_to notification do %>
|
|
<time><%= l notification.timestamp, format: :datetime %></time> •
|
|
<span><%= notification.username %> </span>
|
|
<span><%= t("notifications.index.#{notification_action(notification)}") %></span>
|
|
<span><%= notification.notifiable.commentable.title %></span>
|
|
<% end %>
|
|
</li> |