Remove last playlists and tracks from home

This commit is contained in:
Thibault Jouan
2015-05-01 11:03:34 +00:00
parent 4b0f4d391f
commit b25fbaac5e
8 changed files with 15 additions and 89 deletions

View File

@@ -1,9 +1 @@
= link_to 'Add a track', new_track_path
%ul
- @playlists.each do |p|
%li= p.name
%ul
- @tracks.each do |t|
%li= t.name