Products
Name |
Description |
Cost |
Price |
<%= render( :partial => 'product/product', :collection => @products ) %>
<% if( @product_pages.current.previous ) -%><%= link_to( 'Previous page', { :page => @product_pages.current.previous }, :class => "previous_link" ) %><% end -%>
<% if( @product_pages.current.next ) -%><%= link_to( 'Next page', { :page => @product_pages.current.next }, :class => "next_link" ) %><% end -%>