Commit 14a41cb1ead569c3de704e5c939b76b0e5d996dc

Authored by AntonioTerceiro
1 parent 1195da20

ActionItem440: adding some whitespace


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2037 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
app/views/catalog/show.rhtml
@@ -13,7 +13,8 @@ @@ -13,7 +13,8 @@
13 <td colspan="2"> 13 <td colspan="2">
14 <ul> 14 <ul>
15 <li> 15 <li>
16 - <strong><%= _('Price:') %></strong><%= @product.price || _('not informed') %> 16 + <strong><%= _('Price:') %></strong>
  17 + <%= @product.price || _('not informed') %>
17 </li> 18 </li>
18 <li> 19 <li>
19 <%= _('Category: %s ') % link_to_category(@product.product_category) %> <br/> 20 <%= _('Category: %s ') % link_to_category(@product.product_category) %> <br/>
@@ -26,5 +27,5 @@ @@ -26,5 +27,5 @@
26 27
27 28
28 <% button_bar do %> 29 <% button_bar do %>
29 - <%= button :back, _('View products/services listing'), :action => 'index', :id => nil %> 30 + <%= button :back, _("%s's products/services listing"), :action => 'index', :id => nil %>
30 <% end %> 31 <% end %>