54f4bd5144
Lots to tidy up but this is working
8 lines
443 B
Plaintext
8 lines
443 B
Plaintext
<% event = notification.source %>
|
|
|
|
<strong class="overflow-ellipsis notification__title txt-small txt-tight-lines"><%= event_notification_title(event) %></strong>
|
|
<div class="overflow-ellipsis txt-small txt-tight-lines">
|
|
<%= event_notification_body(event) %>
|
|
</div>
|
|
<div class="tray__item-meta overflow-ellipsis translucent"><%= notification.source.collection.name %> · <%= local_datetime_tag(notification.created_at, style: :ago) %></div>
|