Commit 46a3c2ae3dd6e7fa8e4a1bf5ef05c0910c021d7e
1 parent
da280839
Search non public softwares on links of categories software block
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/blocks/categories_software.html.erb
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <% unless categories.blank? %> |
13 | 13 | <% categories.first.children.each do |category| %> |
14 | 14 | <% unless category.software_infos.count < 1 %> |
15 | - <li><%= link_to _("#{category.name}") + " (#{category.software_infos.count})", {:controller => :search, :action => :software_infos, :selected_categories_id => [category.id]} %></li> | |
15 | + <li><%= link_to _("#{category.name}") + " (#{category.software_infos.count})", {:controller => :search, :action => :software_infos, :selected_categories_id => [category.id], :software_type => "all"} %></li> | |
16 | 16 | <% end %> |
17 | 17 | <% end %> |
18 | 18 | <% end %> | ... | ... |