MS IZ DG completed friends should be displayed on dashboard
This commit is contained in:
parent
960db53b9b
commit
db44081186
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue