Commit b8e6eb411d21d4818bf447d28ad1ff8ae1506719

Authored by MoisesMachado
1 parent bc6fe8d0

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 20 <% end %>
21 21 <%= link_to( results.respond_to?(:total_entries) ? _('see all (%d)') % results.total_entries : _('see all...'),
22 22 params.merge(:action => 'index',
23   - :find_in => [ name ]),
  23 + :asset => name ),
24 24 :class => 'see-more' ) if @results.size > 1 %>
25 25 <% end %>
26 26 <% partial = partial_for_class results.first.class %>
... ...