Files
fizzy/app/views/notifications/notification/event/_body.html.erb
T
2025-06-17 11:48:04 -05:00

10 lines
238 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) %></span>
</div>