mislav/will_paginate

how can i make this not summarise the numbers after 10?

silky opened this issue · 1 comments

silky commented

for example, i'm getting:

image

how can i make it expand all the links? (and only the do the summary if that the number of pages exceeds 20, instead of 10.)

Try increasing the :inner_window parameter:

<%= will_paginate @posts, inner_window: 20 %>