Rails and Stuff at Abel killed Cain

Ruby on Rails and other Webdevelopment

Posts Tagged ‘ pagination ’

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]