From 110c3c8f9dfcdd93537645acabbb18bc9d8b9a6e Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Sun, 2 Dec 2007 05:39:17 +0000 Subject: [PATCH] ActionItem93: minor change in template --- app/views/search/_product.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/search/_product.rhtml b/app/views/search/_product.rhtml index 9bca8eb..5ce417e 100644 --- a/app/views/search/_product.rhtml +++ b/app/views/search/_product.rhtml @@ -7,7 +7,7 @@ <%= image_tag(hit.image.public_filename(:minor), :style => 'float:right;') if hit.image %> <%= link_to_product(hit) %> - +
<%= _('Price: %d') % hit.price %>
<%= _('Suplier: %s') % link_to_homepage(hit.enterprise.name, hit.enterprise.identifier) if hit.enterprise %>
<%= _('Category: %s') % link_to_category(hit.product_category) %> -- libgit2 0.21.2