Products

<%= render( :partial => 'product/product', :collection => @products ) %>
Name Description Cost Price
<% 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 -%>