From 52c12c2e359072b421d9ca2c26abd7bd8e88e8de Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Thu, 10 Jul 2008 17:29:09 +0000 Subject: [PATCH] ActionItem546: not list hierachy of product category and changed display of price --- app/views/search/_product.rhtml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/views/search/_product.rhtml b/app/views/search/_product.rhtml index b74c153..a5fc1cd 100644 --- a/app/views/search/_product.rhtml +++ b/app/views/search/_product.rhtml @@ -6,16 +6,16 @@ product_item_pos += 1 %>
  • - <%= link_to_product product, :class => 'product-pic', :style => 'background-image:url(%s)' % - ( product.image ? product.image.public_filename(:minor) : '/images/icons-app/product-default-pic-minor.png' ) %> - - <%= link_to_product product %> - - + <%= link_to_product product, :class => 'product-pic', :style => 'background-image:url(%s)' % + ( product.image ? product.image.public_filename(:minor) : '/images/icons-app/product-default-pic-minor.png' ) %> + + <%= link_to_product product %> + +
  • -- libgit2 0.21.2