X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bd1420a7c51b7d1c3a64bc02756393c7ad2025f5..38b74c1c48521c3de988b774117d6f9febcf1c3f:/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 0f2353150..ee2dea2eb 100644 --- a/app/views/user_mailer/friendship_notification.html.erb +++ b/app/views/user_mailer/friendship_notification.html.erb @@ -3,7 +3,7 @@ <%= message_body do %>

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

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

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

<% end -%> <% end %>