X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dd8e5f04e3ab406de56cce82427a181a11cedec9..78dd142df4057315c236b2186d4860c59f0373c9:/app/views/user_mailer/friendship_notification.html.erb diff --git a/app/views/user_mailer/friendship_notification.html.erb b/app/views/user_mailer/friendship_notification.html.erb index 24587a6e3..0f2353150 100644 --- a/app/views/user_mailer/friendship_notification.html.erb +++ b/app/views/user_mailer/friendship_notification.html.erb @@ -1,9 +1,9 @@

<%= t ".had_added_you", :user => @friendship.befriender.display_name %>

<%= message_body do %> -

<%= raw t ".see_their_profile", :userurl => link_to(@viewurl, @viewurl) %>

+

<%= t ".see_their_profile_html", :userurl => link_to(@viewurl, @viewurl) %>

<% unless @friendship.befriendee.is_friends_with?(@friendship.befriender) -%> -

<%= raw t ".befriend_them", :befriendurl => link_to(@friendurl, @friendurl) %>

+

<%= t ".befriend_them_html", :befriendurl => link_to(@friendurl, @friendurl) %>

<% end -%> <% end %>