aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-10 15:13:44 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-10 15:13:44 +0000
commit023b6855eba8ac4694e57d96fba4c5bd3606620b (patch)
tree8320463f2f4364bf305d5c7f86516bcf89c26ce0
parente819da27f4da163d2ba066e8f951270482d8805f (diff)
downloadrails-023b6855eba8ac4694e57d96fba4c5bd3606620b.tar.gz
rails-023b6855eba8ac4694e57d96fba4c5bd3606620b.tar.bz2
rails-023b6855eba8ac4694e57d96fba4c5bd3606620b.zip
Updated docs #1068
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1129 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rwxr-xr-xactionpack/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/README b/actionpack/README
index 10992280ea..2c59f9df8f 100755
--- a/actionpack/README
+++ b/actionpack/README
@@ -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. \ No newline at end of file
+is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com.