]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_notes_paging_nav.html.erb
Set all cookies on the root path
[rails.git] / app / views / notes / _notes_paging_nav.html.erb
index f9e51b5ae38f469e8e5b98b28abc808c3552ce3b..108cbb3d233747d75f94140c2529fc1737c63a72 100644 (file)
@@ -8,7 +8,7 @@
 
 | <%= t('changeset.changeset_paging_nav.showing_page', :page => @page) %> |
 
-<% if @notes.size <= @page_size %>
+<% if @notes.size < @page_size %>
 <%= t('changeset.changeset_paging_nav.next') %>
 <% else %>
 <%= link_to t('changeset.changeset_paging_nav.next'), params.merge({ :page => @page + 1 }) %>