X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/75189bd17d42166871c7ffce07917fdd73dbcfa4..2882a65d21fd5758c2a90d1cbd808103ab7b8000:/app/views/notes/_notes_paging_nav.html.erb 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 %> +