diff --git a/app/views/user_mailer/profiles_suggestions_email.html.erb b/app/views/user_mailer/profiles_suggestions_email.html.erb
index 7b5323b..896c65d 100644
--- a/app/views/user_mailer/profiles_suggestions_email.html.erb
+++ b/app/views/user_mailer/profiles_suggestions_email.html.erb
@@ -10,8 +10,8 @@
<% @people_suggestions.each do |person| %>
<%= person.name %>
<% end %>
-
- <%= _("To see the full list of friends suggestions, follow the link: %s") % @people_suggestions_url %>
+
+ <%= _("To see the full list of friends suggestions, follow the link: %s") % url_for(@people_suggestions_url) %>
<% end %>
<% unless @communities_suggestions.empty? %>
@@ -21,13 +21,15 @@
<% @communities_suggestions.each do |community| %>
<%= community.name %>
<% end %>
-
- <%= _("To see the full list of communities suggestions, follow the link: %s") % @communities_suggestions_url %>
+
+ <%= _("To see the full list of communities suggestions, follow the link: %s") % url_for(@communities_suggestions_url) %>
<% end %>
<%= _("Greetings,") %>
---
-<%= _('%s team.') % @environment %>
+<%= _("Greetings,") %>
+
+--
+<%= _('%s team.') % @environment %>
<%= @url %>
--
libgit2 0.21.2