Files
fizzy/app/views/notifications/notification/event/_body.html.erb
T
2025-05-20 13:50:53 -05:00

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>