]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user_mailer/friendship_notification.text.erb
Rename friends_with to follows
[rails.git] / app / views / user_mailer / friendship_notification.text.erb
index 624ba92b76825610c8ef41c7c7276d064c0ee6cb..7f9ba202efa10c6f28821328ee1f766d74594fb7 100644 (file)
@@ -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 -%>