Customizing will_paginate Link Styles in Ruby on Rails
The will_paginate
gem is useful in situations where you need to add paging support to a long list of results, such as an Orders list. By default, will_paginate
looks a little rough without any styling love. Here are the most useful styling tricks to save you some time.