Commit b8e6eb411d21d4818bf447d28ad1ff8ae1506719
1 parent
bc6fe8d0
Exists in
master
and in
29 other branches
ActionItem514: fixed the link to see_all to work with the cache
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2237 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/search/_display_results.rhtml
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | <% end %> | 20 | <% end %> |
21 | <%= link_to( results.respond_to?(:total_entries) ? _('see all (%d)') % results.total_entries : _('see all...'), | 21 | <%= link_to( results.respond_to?(:total_entries) ? _('see all (%d)') % results.total_entries : _('see all...'), |
22 | params.merge(:action => 'index', | 22 | params.merge(:action => 'index', |
23 | - :find_in => [ name ]), | 23 | + :asset => name ), |
24 | :class => 'see-more' ) if @results.size > 1 %> | 24 | :class => 'see-more' ) if @results.size > 1 %> |
25 | <% end %> | 25 | <% end %> |
26 | <% partial = partial_for_class results.first.class %> | 26 | <% partial = partial_for_class results.first.class %> |