<%# locals: (notifications:, params:) %> <% notifications.items.each do |notification| %> <%= render( partial_path_for_notification(notification), :notification => notification, :record => notification.record ) %>
<% end %> <%= render "pagination", :paginator => notifications, :params => params %>