From b8e6eb411d21d4818bf447d28ad1ff8ae1506719 Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Sat, 12 Jul 2008 20:23:13 +0000 Subject: [PATCH] ActionItem514: fixed the link to see_all to work with the cache --- app/views/search/_display_results.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/search/_display_results.rhtml b/app/views/search/_display_results.rhtml index f016b77..43704e2 100644 --- a/app/views/search/_display_results.rhtml +++ b/app/views/search/_display_results.rhtml @@ -20,7 +20,7 @@ <% end %> <%= link_to( results.respond_to?(:total_entries) ? _('see all (%d)') % results.total_entries : _('see all...'), params.merge(:action => 'index', - :find_in => [ name ]), + :asset => name ), :class => 'see-more' ) if @results.size > 1 %> <% end %> <% partial = partial_for_class results.first.class %> -- libgit2 0.21.2