Implement playlist edit feature
* Display playlists as links in index * Move playlist form in a partial
This commit is contained in:
4
app/views/playlists/_form.html.haml
Normal file
4
app/views/playlists/_form.html.haml
Normal file
@@ -0,0 +1,4 @@
|
||||
= form_for @playlist do |f|
|
||||
= f.label :name
|
||||
= f.text_field :name
|
||||
= f.submit submit_text
|
Reference in New Issue
Block a user