diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-31 14:46:11 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-31 14:46:11 +0000 |
commit | 998ab50974403ddc1cd166a3fe97528d344b1db4 (patch) | |
tree | acb0d3f143478efbdac647d38ae7d1998144e3b6 /actionpack/lib/action_view | |
parent | e130b9e01784ac8c5d4743fa121a9d5e3618e151 (diff) | |
download | rails-998ab50974403ddc1cd166a3fe97528d344b1db4.tar.gz rails-998ab50974403ddc1cd166a3fe97528d344b1db4.tar.bz2 rails-998ab50974403ddc1cd166a3fe97528d344b1db4.zip |
Improved the message display on the exception handler pages #963 [Johan Sorensen]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1048 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r-- | actionpack/lib/action_view/helpers/pagination_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/pagination_helper.rb b/actionpack/lib/action_view/helpers/pagination_helper.rb index 1e8c80a032..dc80cdb2e7 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 } of paginator.current.next =%> + # <%= link_to "Next page", { :page => paginator.current.next } if paginator.current.next =%> module PaginationHelper unless const_defined?(:DEFAULT_OPTIONS) DEFAULT_OPTIONS = { |