Commit cd103d34c4190e6488e4742d97de634816344d6b

Authored by Rafael Martins
1 parent 5b7d7777

Fix for product search view's title

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/products.rhtml
1   -<h1><%= _('Products and Services') %></h1>
  1 +<%= search_page_title( @titles[:products], @category ) %>
2 2  
3 3 <div id="search-column-left">
4 4 <% if !@empty_query %>
... ...