From 17e1f7b3547600964204d06df37c33a540e7f699 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Thu, 16 Mar 2006 06:38:08 +0000 Subject: trivial documentation patch for #pagination_links [Francois Beausoleil] closes #4258 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3899 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/pagination_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers/pagination_helper.rb') diff --git a/actionpack/lib/action_view/helpers/pagination_helper.rb b/actionpack/lib/action_view/helpers/pagination_helper.rb index 51510599fb..6123b7381a 100644 --- a/actionpack/lib/action_view/helpers/pagination_helper.rb +++ b/actionpack/lib/action_view/helpers/pagination_helper.rb @@ -6,7 +6,7 @@ module ActionView # # <%= link_to "Previous page", { :page => paginator.current.previous } if paginator.current.previous %> # - # <%= link_to "Next page", { :page => paginator.current.next } if paginator.current.next =%> + # <%= link_to "Next page", { :page => paginator.current.next } if paginator.current.next %> module PaginationHelper unless const_defined?(:DEFAULT_OPTIONS) DEFAULT_OPTIONS = { -- cgit v1.2.3