X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/78dd142df4057315c236b2186d4860c59f0373c9..a274726f468b482b1553dd8fbbc3e3bc8f6a7a5f:/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 %>