Commit 110c3c8f9dfcdd93537645acabbb18bc9d8b9a6e

Authored by AntonioTerceiro
1 parent 9e920183

ActionItem93: minor change in template



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1073 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/_product.rhtml
... ... @@ -7,7 +7,7 @@
7 7 <%= image_tag(hit.image.public_filename(:minor), :style => 'float:right;') if hit.image %>
8 8 <strong>
9 9 <%= link_to_product(hit) %>
10   - </strong>
  10 + </strong> <br/>
11 11 <%= _('Price: %d') % hit.price %> <br>
12 12 <%= _('Suplier: %s') % link_to_homepage(hit.enterprise.name, hit.enterprise.identifier) if hit.enterprise %> <br>
13 13 <%= _('Category: %s') % link_to_category(hit.product_category) %>
... ...