From 3045b20d41aec723774ca9ab213806f917bac3ca Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 10 Aug 2009 18:44:22 -0300 Subject: [PATCH] ActionItem1195: adding missing --- 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 09ba5cf..2a30cb6 100644 --- a/app/views/search/_product.rhtml +++ b/app/views/search/_product.rhtml @@ -16,6 +16,6 @@ product_item_pos += 1 <% if product.enterprise %>
  • <%= _('Suplier: %s') % link_to_homepage(product.enterprise.name, product.enterprise.identifier) %>
  • <% end %> -
  • <%=_('Category:') + ' ' + link_to_product_category(product.product_category) %> +
  • <%=_('Category:') + ' ' + link_to_product_category(product.product_category) %>
  • -- libgit2 0.21.2