Files
fizzy/app/views/notifications/notification/event/_body.html.erb
T
2025-11-20 21:32:43 +01:00

10 lines
231 B
Plaintext

<% event = notification.source %>
<div class="card__title overflow-ellipsis">
<%= event_notification_title(event) %>
</div>
<div class="card__notification-body overflow-ellipsis">
<%= event_notification_body(event) %>
</div>