X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dd302f4f2c56d1e9f1a2e39a54670f6f5a9bbd34..c6ef508874a1a75db692214dfc7712e46796f461:/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 694f99602..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 %> +