X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e0b175d3bd3ef655a20273dc2b7f04a8a34bb5f6..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/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 f6774f2dc..083f8d3fc 100644 --- a/app/views/notifier/friend_notification.html.erb +++ b/app/views/notifier/friend_notification.html.erb @@ -1,9 +1,9 @@ -

<%= t '.had_added_you', :user => @friend.befriender.display_name %>

+

<%= t ".had_added_you", :user => @friend.befriender.display_name %>

<%= message_body do %> -

<%= raw t '.see_their_profile', :userurl => link_to(@viewurl, @viewurl) %>

+

<%= 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) %>

+

<%= raw t ".befriend_them", :befriendurl => link_to(@friendurl, @friendurl) %>

<% end -%> <% end %>