h2 | Hi  = @friend.friend.full_name p = @friend.user.full_name |  has sent you a friend request. P | On  = @time p | Click the button below to login and accept the request. p = link_to 'Accept', @confirm_url, method: 'patch', remote: true,class:'accept-btn' = link_to 'Reject', @reject_url, method: 'patch', remote: true,class:'reject-btn' p | Enjoy p = "The #{Configurations::General.application_name} Team"