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

3 lines
194 B
Plaintext

<%= turbo_stream.append :notifications_list_read, partial: "notifications/notification", collection: @page.records %>
<%= turbo_stream.replace :next_page, notifications_next_page_link(@page) %>