X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/22f7c1f721e5a77786f9f61fa219f262784757ac..2f9291ba5764fe104264ae7e3b6a361e11212e8b:/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 3f260dc92..f6774f2dc 100644 --- a/app/views/notifier/friend_notification.html.erb +++ b/app/views/notifier/friend_notification.html.erb @@ -1,11 +1,9 @@ -<% content_for :body do %> -

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

+

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

- <%= render "notifier/user_message_table", :captured => capture { %> -

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

+<%= message_body do %> +

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

- <% unless @friend.befriendee.is_friends_with?(@friend.befriender) -%> -

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

- <% end -%> - <% } %> + <% unless @friend.befriendee.is_friends_with?(@friend.befriender) -%> +

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

+ <% end -%> <% end %>