diff --git a/src/noosfero-spb/software_communities/views/search/_full_community.html.erb b/src/noosfero-spb/software_communities/views/search/_full_community.html.erb index b08f730..d85e752 100644 --- a/src/noosfero-spb/software_communities/views/search/_full_community.html.erb +++ b/src/noosfero-spb/software_communities/views/search/_full_community.html.erb @@ -12,18 +12,18 @@
- <%= link_to_homepage(profile_image(community, :portrait), community.identifier) %> + <%= link_to(profile_image(community, :portrait), community.url) %>
<% link_name = software.acronym.blank? ? community.name : "#{software.acronym} - #{community.name}" %>

- <%= link_to_homepage(link_name, community.identifier) %> + <%= link_to(link_name, community.url) %>

<% body_stripped = strip_tags(software.finality) %> - <%= link_to_homepage(excerpt(body_stripped, body_stripped.first(3), 200), community.identifier) if body_stripped %> + <%= link_to(excerpt(body_stripped, body_stripped.first(3), 200), community.url) if body_stripped %>
-- libgit2 0.21.2