cirandas.net

ref: master

app/views/user_mailer/profiles_suggestions_email.html.erb


<%= _('Hi, %{recipient}!') % { :recipient => @recipient } %>

<%= _('We want to give you some suggestions to grow up your network.') %>

<%= _('Check it out!') %>

<% unless @people_suggestions.empty? %>

<%= _('Friends suggestions:') %>

<%= _("To see the full list of friends suggestions, follow the link: %s") % url_for(@people_suggestions_url) %> <% end %> <% unless @communities_suggestions.empty? %>

<%= _('Communities suggestions:') %>

<%= _("To see the full list of communities suggestions, follow the link: %s") % url_for(@communities_suggestions_url) %> <% end %>

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

--
<%= _('%s team.') % @environment.name %>
<%= @url %>