You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the users notes page ( http://www.openstreetmap.org/user/xyz/notes ), the "next" pagination link at the top of the page is not a link. The bottom one on the other hand works as expected.
both use the same _notes_paging_nav.html.erb, however the first time called @notes.size evaluates to 1 or 0, whereas the second time _notes_paging_nav.html.erb is called @notes.size evaluates to the correct value.
(Originally reported in the forums, so forwarding it here)
The text was updated successfully, but these errors were encountered:
On the users notes page ( http://www.openstreetmap.org/user/xyz/notes ), the "next" pagination link at the top of the page is not a link. The bottom one on the other hand works as expected.
both use the same _notes_paging_nav.html.erb, however the first time called @notes.size evaluates to 1 or 0, whereas the second time _notes_paging_nav.html.erb is called @notes.size evaluates to the correct value.
(Originally reported in the forums, so forwarding it here)
The text was updated successfully, but these errors were encountered: