10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
<% event = notification.source %>
|
|
|
|
<div class="card__title overflow-ellipsis">
|
|
<%= event_notification_title(event) %>
|
|
</div>
|
|
|
|
<div class="card__notification-meta overflow-ellipsis">
|
|
<%= event_notification_body(event) %> <span class="card__timestamp">• <%= local_datetime_tag(notification.created_at, style: :ago) %></span>
|
|
</div>
|