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