X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0d3a9ed9cb47ce3b89ea9eaffbb589f9a9ff6d22..84681ff8683bb7c8f410b2dc13ca5b8695e413a4:/app/views/notes/_notes_paging_nav.html.erb?ds=sidebyside diff --git a/app/views/notes/_notes_paging_nav.html.erb b/app/views/notes/_notes_paging_nav.html.erb index 108cbb3d2..5209256d6 100644 --- a/app/views/notes/_notes_paging_nav.html.erb +++ b/app/views/notes/_notes_paging_nav.html.erb @@ -1,17 +1,36 @@ -
+
+ <% next_link_content = capture do %> + <%= t(".next") %> + <%= next_page_svg_tag :class => "flex-shrink-0" %> + <% end %> + <% if @notes.size < @page_size %> +