X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/be11f2075e8bbde0a1e0640fd254c64ee0c94f25..bc630bca87e81150b71fe02c5af838365db5130e:/app/views/user_mailer/friendship_notification.text.erb diff --git a/app/views/user_mailer/friendship_notification.text.erb b/app/views/user_mailer/friendship_notification.text.erb index 624ba92b7..7f9ba202e 100644 --- a/app/views/user_mailer/friendship_notification.text.erb +++ b/app/views/user_mailer/friendship_notification.text.erb @@ -4,6 +4,6 @@ <%= t '.see_their_profile', :userurl => @viewurl %> -<% unless @follow.following.friends_with?(@follow.follower) -%> +<% unless @follow.following.follows?(@follow.follower) -%> <%= t '.follow_them', :followurl => @followurl %> <% end -%>