Updated docs #1068

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1129 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-04-10 15:13:44 +00:00
parent e819da27f4
commit 023b6855eb
1 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ A short rundown of the major features:
# view
<%= link_to "Previous page", { :page => @pages.current.previous } if @pages.current.previous %>
<%= link_to "Next page", { :page => @pages.current.next } of @pages.current.next =%>
<%= link_to "Next page", { :page => @pages.current.next } if @pages.current.next %>
{Learn more}[link:classes/ActionController/Pagination.html]
@ -468,4 +468,4 @@ And as Jim from Rake says:
new feature to be submitted in the form of new unit tests.
For other information, feel free to ask on the ruby-talk mailing list (which
is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com.
is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com.