Files
fizzy/app/views/notifications/trays/show.html.erb
T
2025-11-05 13:41:12 +01:00

4 lines
148 B
Plaintext

<%= turbo_frame_tag "notifications" do %>
<%= render partial: "notifications/notification", collection: @notifications, cached: true %>
<% end %>