Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 1129

Show
Ignore:
Timestamp:
04/10/05 15:13:44 (3 years ago)
Author:
david
Message:

Updated docs #1068

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/README

    r976 r1129  
    188188    # view 
    189189    <%= link_to "Previous page", { :page => @pages.current.previous } if @pages.current.previous %> 
    190     <%= link_to "Next page", { :page => @pages.current.next } of @pages.current.next =%> 
     190    <%= link_to "Next page", { :page => @pages.current.next } if @pages.current.next %> 
    191191 
    192192  {Learn more}[link:classes/ActionController/Pagination.html]