Hi, I am using the will_paginate plugin for my application. It is showing Prevoius 1,2,3...22,23,24 Next but I like to have My view Page as First Previous Next Last instad of showing the numbers, How will I customise the plugin?
Take a look at the api docs for will paginate (http://gitrdoc.com/ mislav/will_paginate/tree/master/ ) will_paginate takes various options that allow you to control what labels are used (or you can even write your own link renderer if you need even more control.
Fred