diff --git a/src/noosfero-spb/software_communities/views/blocks/categories_software.html.erb b/src/noosfero-spb/software_communities/views/blocks/categories_software.html.erb index 6e914de..95416f0 100644 --- a/src/noosfero-spb/software_communities/views/blocks/categories_software.html.erb +++ b/src/noosfero-spb/software_communities/views/blocks/categories_software.html.erb @@ -10,13 +10,13 @@ <% categories.each do |category| %> <% unless category.software_infos.count < 1 %> -
  • <%= link_to _("#{category.name}") + " (#{category.software_infos.count})", {:controller => :search, :action => :software_infos, :selected_categories_id => [category.id]} %>
  • +
  • <%= link_to _("#{category.name}") + " (#{category.software_infos.count})", {:controller => :search, :action => :softwares, :selected_categories_id => [category.id]} %>
  • <% end %> <% end %> diff --git a/src/noosfero-spb/software_communities/views/blocks/search_catalog.html.erb b/src/noosfero-spb/software_communities/views/blocks/search_catalog.html.erb index bdbded1..8e03e43 100644 --- a/src/noosfero-spb/software_communities/views/blocks/search_catalog.html.erb +++ b/src/noosfero-spb/software_communities/views/blocks/search_catalog.html.erb @@ -1,11 +1,11 @@ diff --git a/src/noosfero-spb/software_communities/views/blocks/software_highlights.html.erb b/src/noosfero-spb/software_communities/views/blocks/software_highlights.html.erb index fc1e650..85aaa42 100644 --- a/src/noosfero-spb/software_communities/views/blocks/software_highlights.html.erb +++ b/src/noosfero-spb/software_communities/views/blocks/software_highlights.html.erb @@ -15,6 +15,6 @@

    - <%= link_to _('See all'), {:controller => :search, :action => :software_infos, :only_softwares => softwares} %> + <%= link_to _('See all'), {:controller => :search, :action => :softwares, :only_softwares => softwares} %>
    -- libgit2 0.21.2