X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/92712591c962a0b1c859393a11c61af0629628f7..dbcf25697613cdb2641f991759c75d890254db2a:/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 %>