Commit e234e68c3f4cb97b424ea99b05cf41a1aa90eaa5

Authored by Tallys Martins
1 parent 61b19097

Fix categories link on software catalog

Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
src/noosfero-spb/software_communities/views/search/_full_community.html.erb
... ... @@ -37,7 +37,7 @@
37 37 <li>
38 38 <%= link_to _("#{category.name}"), {
39 39 :controller => :search,
40   - :action => :software_infos,
  40 + :action => params[:action],
41 41 :selected_categories_id => [category.id],
42 42 :software_type => params[:software_type]
43 43 } %>
... ...