Commit 32759b5246d6311553b63e8d5597594861aeded8

Authored by AntonioTerceiro
1 parent 13a3e7cb

ActionItem25: better page title



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1003 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
app/views/search/index.rhtml
1   -<h2> <%= _('Listing articles found') %> </h2>
  1 +<h2> <%= _('Search results') %> </h2>
  2 +
  3 +<h3> <%= _('Searching for: %s') % @query %></h3>
2 4  
3   -<h3> <%= _('Searching for ') + @query %></h3>
4 5 <% @results.each do |hit| %>
5 6 <%= render :partial => partial_for_hit(hit.class), :locals => { :hit => hit } %>
6 7 <div class='search-relevance'>
... ...