Commit cec71c5b0bea274d2d3c7fcd75e02f82f65de177

Authored by Luciano Prestes
Committed by Thiago Ribeiro
1 parent a8887fbb

Update software category request link

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/search/_full_community.html.erb
... ... @@ -36,7 +36,7 @@
36 36 :controller => :search,
37 37 :action => :software_infos,
38 38 :selected_categories_id => [category.id],
39   - :include_non_public => !community.software_info.public_software?
  39 + :software_type => params[:software_type]
40 40 } %>
41 41 </li>
42 42 <% end %>
... ...