Files
fizzy/app/views/notifications/index.turbo_stream.erb
T
David Heinemeier Hansson 00cbe8101c Slim it down
2025-04-16 17:07:43 +02: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) %>