Files
fizzy/app/views/notifications/notification/_body.html.erb
T
Jorge Manrubia eea9afb639 Fix: dismiss grouped notifications by card from the notifications tray
This also splits the templates into two: index and tray, since the URL now changes.
2025-11-14 12:58:24 +01:00

10 lines
329 B
Plaintext

<div class="card__body">
<div class="avatar txt-x-small">
<%= avatar_image_tag notification.creator %>
</div>
<h3 class="flex flex-column min-width flex-item-grow font-weight-normal">
<%= render "notifications/notification/#{notification.source_type.underscore}/body", notification: notification %>
</h3>
</div>