Files
fizzy/app/views/notifications/trays/show.html.erb
T
2025-01-16 17:48:38 +00:00

4 lines
134 B
Plaintext

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