Commit 7b7ebab4a366e9a4477630b3a6c7fd05d792d0e9
1 parent
813ce271
Exists in
stable-4.x
Fix categories link on software catalog
Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br> (cherry picked from commit e234e68c3f4cb97b424ea99b05cf41a1aa90eaa5)
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 | } %> |