1 <%# locals: (notifications:, params:) %>
3 <turbo-frame id="pagination" target="_top" data-turbo="false">
4 <% notifications.items.each do |notification| %>
6 partial_path_for_notification(notification),
7 :notification => notification,
8 :record => notification.record
13 <%= render "pagination", :paginator => notifications, :params => params %>