- title "Friend Request" %p %strong Recipient: = @friend_request.recipient.email %p %strong URL: = @friend_request.recipient.url %p %strong Sender: = @friend_request.sender.email %p %strong URL: = @friend_request.sender.url %p = link_to "Edit", edit_friend_request_path(@bookmark) | = link_to "Destroy", @friend_request, :confirm => 'Are you sure?', :method => :delete | = link_to "View All", friend_requests_path