Properties inner_windowand outer_windowcan be used to control the number of page links that you see on each page. You can pass them to a method will_paginatein your view (if you want to limit the number of links per page).
, , ( - will_paginate.rb). :
WillPaginate::ViewHelpers.pagination_options[:inner_window] = 3
WillPaginate::ViewHelpers.pagination_options[:outer_window] = 2