X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/12e22c5de32d287f43ccdc428a2fb13406f0fefb..a22c3525e48872e7f7f083ba6589ca659a13234b:/app/views/notifier/friend_notification.text.erb diff --git a/app/views/notifier/friend_notification.text.erb b/app/views/notifier/friend_notification.text.erb index ca7754757..ae89a4136 100644 --- a/app/views/notifier/friend_notification.text.erb +++ b/app/views/notifier/friend_notification.text.erb @@ -1,20 +1,7 @@ -<%= - t 'notifier.friend_notification.had_added_you', - :user => @friend.befriender.display_name -%> +<%= t 'notifier.friend_notification.had_added_you', :user => @friend.befriender.display_name %> -<%= - t 'notifier.friend_notification.see_their_profile', - :userurl => url_for(:host => SERVER_URL, - :controller => "user", :action => "view", - :display_name => @friend.befriender.display_name) -%> +<%= t 'notifier.friend_notification.see_their_profile', :userurl => @viewurl %> -<%= - 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 -%> +<% unless @friend.befriendee.is_friends_with?(@friend.befriender) -%> +<%= t 'notifier.friend_notification.befriend_them', :befriendurl => @friendurl %> +<% end -%>