Skip to content

Commit

Permalink
Removed duplicate doc entry for page_links
Browse files Browse the repository at this point in the history
  • Loading branch information
marcgg authored and mislav committed Jan 10, 2013
1 parent 8738d80 commit 857bcca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/will_paginate/view_helpers.rb
Expand Up @@ -47,7 +47,6 @@ class << self
# * <tt>:class</tt> -- CSS class name for the generated DIV (default: "pagination")
# * <tt>:previous_label</tt> -- default: "« Previous"
# * <tt>:next_label</tt> -- default: "Next »"
# * <tt>:page_links</tt> -- when false, only previous/next links are rendered (default: true)
# * <tt>:inner_window</tt> -- how many links are shown around the current page (default: 4)
# * <tt>:outer_window</tt> -- how many links are around the first and the last page (default: 1)
# * <tt>:link_separator</tt> -- string separator for page HTML elements (default: single space)
Expand Down

0 comments on commit 857bcca

Please sign in to comment.