diff --git a/views/search/_full_community.html.erb b/views/search/_full_community.html.erb index ae7487f..ed30032 100644 --- a/views/search/_full_community.html.erb +++ b/views/search/_full_community.html.erb @@ -36,7 +36,7 @@ <%= link_to _("#{category.name}"), { :controller => :search, :action => :software_infos, - :selected_categories => [category.id], + :selected_categories_id => [category.id], :include_non_public => !community.software_info.public_software? } %> -- libgit2 0.21.2