X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8ebfdbc1ffacee695ca773f3b3c8af02bb41b8c1..3786366fdc691320c0a2c6982fe43a8e4b80bcc6:/app/views/notifier/friendship_notification.text.erb diff --git a/app/views/notifier/friendship_notification.text.erb b/app/views/notifier/friendship_notification.text.erb new file mode 100644 index 000000000..da859d31c --- /dev/null +++ b/app/views/notifier/friendship_notification.text.erb @@ -0,0 +1,7 @@ +<%= t '.had_added_you', :user => @friendship.befriender.display_name %> + +<%= t '.see_their_profile', :userurl => @viewurl %> + +<% unless @friendship.befriendee.is_friends_with?(@friendship.befriender) -%> +<%= t '.befriend_them', :befriendurl => @friendurl %> +<% end -%>