MS IZ DG completed friends should be displayed on dashboard

This commit is contained in:
maxwell 2010-06-14 13:17:20 -07:00
parent 960db53b9b
commit db44081186

View file

@ -9,4 +9,19 @@
%td= link_to 'Show', status_message
%td= link_to 'Destroy', status_message, :confirm => 'Are you sure?', :method => :delete
%h2 Friends
%table
%tr
%th username
%th url
- for friend in @friends
%tr
%td= friend.username
%td= friend.url
%td= link_to 'Show', friend
%td= link_to 'Destroy', friend, :confirm => 'Are you sure?', :method => :delete
%p= link_to "New Status Message", new_status_message_path