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

7 lines
224 B
Plaintext

<div class="card__collection">
<span class="card__id"><%= notification.source.eventable.id %></span>
<span class="card__collection-name overflow-ellipsis">
<%= notification.source.collection.name %>
</span>
</div>