X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..8b781bb18b406788e2d62dbef07ba1e00e371c78:/app/views/notifier/friend_notification.html.erb diff --git a/app/views/notifier/friend_notification.html.erb b/app/views/notifier/friend_notification.html.erb index 8917061f1..ca7754757 100644 --- a/app/views/notifier/friend_notification.html.erb +++ b/app/views/notifier/friend_notification.html.erb @@ -1,4 +1,20 @@ -<%= t'notifier.friend_notification.had_added_you', :user => @user %> +<%= + t 'notifier.friend_notification.had_added_you', + :user => @friend.befriender.display_name +%> -<%= t'notifier.friend_notification.see_their_profile', :userurl => @userurl %> +<%= + t 'notifier.friend_notification.see_their_profile', + :userurl => url_for(:host => SERVER_URL, + :controller => "user", :action => "view", + :display_name => @friend.befriender.display_name) +%> +<%= + unless @friend.befriendee.is_friends_with?(@friend.befriender) + t 'notifier.friend_notification.befriend_them', + :befriendurl => url_for(:host => SERVER_URL, + :controller => "user", :action => "make_friend", + :display_name => @friend.befriender.display_name) + end +%>