X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4370fe45add697f481ab88764aba8379eb3316c2..bc630bca87e81150b71fe02c5af838365db5130e:/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 16ddcad49..48b037d57 100644 --- a/app/views/user_mailer/friendship_notification.html.erb +++ b/app/views/user_mailer/friendship_notification.html.erb @@ -5,7 +5,7 @@ <%= message_body do %>
<%= t ".see_their_profile_html", :userurl => link_to(@viewurl, @viewurl) %>
- <% unless @follow.following.friends_with?(@follow.follower) -%> + <% unless @follow.following.follows?(@follow.follower) -%><%= t ".follow_them_html", :followurl => link_to(@followurl, @followurl) %>
<% end -%> <% end %>