scube-server/app/views/playlists/index.html.haml
Thibault Jouan 33f979b573 Add basic playlists management
* Index of playlists
* Create a new playlist
* Basic playlist model with mandatory name
2011-07-12 00:32:06 +00:00

5 lines
94 B
Plaintext

= link_to 'Create playlist', new_playlist_path
%ul
- @playlists.each do |p|
%li= p.name