5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
= link_to 'Create playlist', new_playlist_path
|
|
%ul
|
|
- @playlists.each do |p|
|
|
%li= p.name
|