3 lines
194 B
Plaintext
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) %>
|