Commit cf9f150d8e1d7581e0f74df568554b429ed04bc2
1 parent
0c65465a
Exists in
master
and in
28 other branches
ActionItem25: cosmetic change in search result template
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1042 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
app/views/search/index.rhtml
1 | -<h2> <%= _('Search results') %> </h2> | ||
2 | - | ||
3 | -<h3> <%= _('Searching for: %s') % @query %></h3> | 1 | +<h2> <%= _('Search results for "%s" ') % @query %> </h2> |
4 | 2 | ||
5 | <% @results.each do |hit| %> | 3 | <% @results.each do |hit| %> |
6 | <%= render :partial => partial_for_hit(hit.class), :locals => { :hit => hit } %> | 4 | <%= render :partial => partial_for_hit(hit.class), :locals => { :hit => hit } %> |