Changeset 1113
- Timestamp:
- 09/21/06 21:24:01 (2 years ago)
- Files:
-
- peasantonline/app/views/catalog/browse_by_category.rhtml (modified) (1 diff)
- peasantonline/app/views/catalog/browse_by_designer.rhtml (modified) (1 diff)
- peasantonline/app/views/catalog/browse_by_gender.rhtml (modified) (1 diff)
- peasantonline/app/views/catalog/browse_by_product.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
peasantonline/app/views/catalog/browse_by_category.rhtml
r1106 r1113 1 <% @page_title = "Peasant Online . Category: ", @category %>2 <h1><%= @ page_title%></h1>1 <% @page_title = "Peasant Online: ", @category %> 2 <h1><%= @category %></h1> 3 3 <%= render(:partial => "product_list") %> 4 4 peasantonline/app/views/catalog/browse_by_designer.rhtml
r1106 r1113 1 1 <% 2 2 @designer = canonicalize_designer( @designer ) 3 @page_title = "Peasant Online . Designer: ", @designer3 @page_title = "Peasant Online: ", @designer 4 4 %> 5 5 6 <h1> <%= @ page_title%> </h1>6 <h1> <%= @designer %> </h1> 7 7 <%= render(:partial => "product_list") %> 8 8 peasantonline/app/views/catalog/browse_by_gender.rhtml
r1106 r1113 1 1 <% @page_title = "Peasant Online: ", @gender %> 2 2 3 <h1> <%= @ page_title%> </h1>3 <h1> <%= @gender %> </h1> 4 4 <%= render(:partial => "product_list") %> peasantonline/app/views/catalog/browse_by_product.rhtml
r1112 r1113 1 <% @page_title = "Peasant Online . Product: ", @product.name %>1 <% @page_title = "Peasant Online: ", @product.name %> 2 2 <h1 class="product"><%= @product.name %></h1> 3 3 <div class="product">