36ee253a1a
We had client-side notification stacking in the tray since launch, but now we want to stack notifications in the notifications page, in API responses and in email bundles.
4 lines
148 B
Plaintext
4 lines
148 B
Plaintext
<%= turbo_frame_tag "notifications" do %>
|
|
<%= render partial: "notifications/notification", collection: @notifications, cached: true %>
|
|
<% end %>
|