diff --git a/views/blocks/categories_software.html.erb b/views/blocks/categories_software.html.erb index 559b1e4..c32bc76 100644 --- a/views/blocks/categories_software.html.erb +++ b/views/blocks/categories_software.html.erb @@ -12,7 +12,7 @@ <% unless categories.blank? %> <% categories.first.children.each do |category| %> <% unless category.software_infos.count < 1 %> -
  • <%= link_to _("#{category.name}") + " (#{category.software_infos.count})", {:controller => :search, :action => :software_infos, :selected_categories_id => [category.id]} %>
  • +
  • <%= link_to _("#{category.name}") + " (#{category.software_infos.count})", {:controller => :search, :action => :software_infos, :selected_categories_id => [category.id], :software_type => "all"} %>
  • <% end %> <% end %> <% end %> -- libgit2 0.21.2