Implement playlist edit feature
* Display playlists as links in index * Move playlist form in a partial
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
= link_to 'Create playlist', new_playlist_path
|
||||
%ul
|
||||
- @playlists.each do |p|
|
||||
%li= p.name
|
||||
%li
|
||||
= link_to p.name, edit_playlist_path(p)
|
||||
|
Reference in New Issue
Block a user