diaspora/app/views/friends/show.html.haml
2010-06-14 13:12:17 -07:00

13 lines
221 B
Text

- title "Friend"
%p
%strong Username:
= @friend.username
%p
%strong Url:
= @friend.url
%p
= link_to "Destroy", @friend, :confirm => 'Are you sure?', :method => :delete
|
= link_to "View All", friends_path