From 6bab07816a6524e570945e2bcf3d776300bb3828 Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Thu, 23 Apr 2015 14:42:04 -0300 Subject: [PATCH] profile_suggestions: fixed email content --- app/views/user_mailer/profiles_suggestions_email.html.erb | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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") % 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") % url_for(@communities_suggestions_url) %> <% end %> <%= _("Greetings,") %> --- -<%= _('%s team.') % @environment %> +

    <%= _("Greetings,") %>

    + +--
    +<%= _('%s team.') % @environment %>
    <%= @url %> -- libgit2 0.21.2