Rails Will_Paginate w/o next or previous buttons
December 3, 2009 • Ruby on Rails • Comments
I wanted to have a rather simple pagination without next and previous buttons (yah, the post title told you, eh?).
However, did not find any option to deal with it. But Will_Paginate provides a nice way to overwrite the link renderer in order to have full customization.
So i created the following:
[More]