diaspora/app/views/friend_requests/show.html.haml
2010-07-06 14:48:44 -04:00

21 lines
442 B
Text

- 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