X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..c38a50fc5f43a185dda39fd1aa235a2bda8ad83b:/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..f6774f2dc 100644 --- a/app/views/notifier/friend_notification.html.erb +++ b/app/views/notifier/friend_notification.html.erb @@ -1,4 +1,9 @@ -<%= t'notifier.friend_notification.had_added_you', :user => @user %> +
<%= t '.had_added_you', :user => @friend.befriender.display_name %>
-<%= t'notifier.friend_notification.see_their_profile', :userurl => @userurl %> +<%= message_body do %> +<%= raw t '.see_their_profile', :userurl => link_to(@viewurl, @viewurl) %>
+ <% unless @friend.befriendee.is_friends_with?(@friend.befriender) -%> +<%= raw t '.befriend_them', :befriendurl => link_to(@friendurl, @friendurl) %>
+ <% end -%> +<% end %>