質問

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

役に立ちましたか?

解決

Try this:

<%= paginate @something, :params => { :anchor => 'divId' } %>
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top