From cd103d34c4190e6488e4742d97de634816344d6b Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Wed, 22 Feb 2012 22:10:43 -0200 Subject: [PATCH] Fix for product search view's title --- app/views/search/products.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/search/products.rhtml b/app/views/search/products.rhtml index 3c0e03a..2ba06af 100644 --- a/app/views/search/products.rhtml +++ b/app/views/search/products.rhtml @@ -1,4 +1,4 @@ -

<%= _('Products and Services') %>

+<%= search_page_title( @titles[:products], @category ) %>
<% if !@empty_query %> -- libgit2 0.21.2