Question

I wan to add #divId to the url in kaminari pagination links so that i can navigate to specific portion of the page. How can I achieve that? Thanks in Advance

Was it helpful?

Solution

Try this:

<%= paginate @something, :params => { :anchor => 'divId' } %>
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top