]> git.openstreetmap.org Git - rails.git/blob - app/views/notifications/_page.html.erb
Merge remote-tracking branch 'upstream/pull/7318'
[rails.git] / app / views / notifications / _page.html.erb
1 <%# locals: (notifications:, params:) %>
2
3 <turbo-frame id="pagination" target="_top" data-turbo="false">
4   <% notifications.items.each do |notification| %>
5     <%= render "notification", :notification => notification %>
6     <hr>
7   <% end %>
8
9   <%= render "pagination", :paginator => notifications, :params => params %>
10 </turbo-frame>