Files
fizzy/app/views/notifications/_notification.html.erb
T
2025-12-15 13:23:57 +00:00

10 lines
437 B
Plaintext

<% cache notification do %>
<%# Helper Dependency Updated: avatar_image_tag 2025-12-15 %>
<%= notification_tag notification do %>
<%= render "notifications/notification/header", notification: notification do %>
<%= notification_toggle_read_button(notification, url: card_reading_path(notification.card)) %>
<% end %>
<%= render "notifications/notification/body", notification: notification %>
<% end %>
<% end %>