Commit e234e68c3f4cb97b424ea99b05cf41a1aa90eaa5
1 parent
61b19097
Exists in
master
and in
35 other branches
Fix categories link on software catalog
Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb/software_communities/views/search/_full_community.html.erb
@@ -37,7 +37,7 @@ | @@ -37,7 +37,7 @@ | ||
37 | <li> | 37 | <li> |
38 | <%= link_to _("#{category.name}"), { | 38 | <%= link_to _("#{category.name}"), { |
39 | :controller => :search, | 39 | :controller => :search, |
40 | - :action => :software_infos, | 40 | + :action => params[:action], |
41 | :selected_categories_id => [category.id], | 41 | :selected_categories_id => [category.id], |
42 | :software_type => params[:software_type] | 42 | :software_type => params[:software_type] |
43 | } %> | 43 | } %> |