diff --git a/views/blocks/categories_software.html.erb b/views/blocks/categories_software.html.erb
index 5c02d24..eec2df3 100644
--- a/views/blocks/categories_software.html.erb
+++ b/views/blocks/categories_software.html.erb
@@ -15,7 +15,9 @@
<% Category.where(:name => "Software").first.children.each do |category| %>
- - <%= link_to _("#{category.name}") + " (#{category.software_infos.count})", {:controller => :search, :action => :software_infos, :selected_categories => [category.id]} %>
+ <% unless category.software_infos.count < 1 %>
+ - <%= link_to _("#{category.name}") + " (#{category.software_infos.count})", {:controller => :search, :action => :software_infos, :selected_categories => [category.id]} %>
+ <% end %>
<% end %>
@@ -23,4 +25,4 @@
-
\ No newline at end of file
+
--
libgit2 0.21.2