From e234e68c3f4cb97b424ea99b05cf41a1aa90eaa5 Mon Sep 17 00:00:00 2001 From: Tallys Martins Date: Tue, 12 Jan 2016 17:32:47 -0200 Subject: [PATCH] Fix categories link on software catalog --- src/noosfero-spb/software_communities/views/search/_full_community.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/noosfero-spb/software_communities/views/search/_full_community.html.erb b/src/noosfero-spb/software_communities/views/search/_full_community.html.erb index d85e752..ae8100e 100644 --- a/src/noosfero-spb/software_communities/views/search/_full_community.html.erb +++ b/src/noosfero-spb/software_communities/views/search/_full_community.html.erb @@ -37,7 +37,7 @@
  • <%= link_to _("#{category.name}"), { :controller => :search, - :action => :software_infos, + :action => params[:action], :selected_categories_id => [category.id], :software_type => params[:software_type] } %> -- libgit2 0.21.2