Add latest added tracks list on the home page
This commit is contained in:
@@ -2,3 +2,6 @@
|
||||
%ul
|
||||
- @playlists.each do |p|
|
||||
%li= p.name
|
||||
%ul
|
||||
- @tracks.each do |t|
|
||||
%li= t.name
|
||||
|
Reference in New Issue
Block a user