View Single Post
Old 02-22-2007, 11:46 AM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
<&#37;= link_to 'Previous page', { :page => @asset_pages.current.previous } if @asset_pages.current.previous %>
<%= link_to 'Next page', { :page => @asset_pages.current.next } if @asset_pages.current.next %>
<%= pagination_links( @asset_pages ) %>


<br />

<%= link_to 'New asset', :action => 'new' %>
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote