diaspora/app/views/friend_requests/show.html.haml
2010-07-06 20:09:20 -04:00

11 lines
257 B
Text

- title "Friend Request"
%p
= friend_request.inspect
%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