Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
Index: /lib/will_paginate/view_helpers.rb =================================================================== --- /lib/will_paginate/view_helpers.rb (revision 219) +++ /lib/will_paginate/view_helpers.rb (working copy) @@ -6,6 +6,8 @@ def will_paginate entries = @entries, options = {} total_pages = entries.page_count + entries.reverse! if options.delete(:reverse) + if total_pages > 1 page = entries.current_page options = options.symbolize_keys.reverse_merge :class => 'pagination',
This paste will be private.
From the Design Piracy series on my blog: