scube-server/app/views/home/index.html.haml

5 lines
87 B
Plaintext

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