Remove .html from HAML views paths (except layout)
This commit is contained in:
6
app/views/playlists/index.haml
Normal file
6
app/views/playlists/index.haml
Normal file
@@ -0,0 +1,6 @@
|
||||
= link_to 'Create playlist', new_playlist_path
|
||||
|
||||
%ul
|
||||
- @playlists.each do |p|
|
||||
%li
|
||||
= link_to p.name, edit_playlist_path(p)
|
||||
Reference in New Issue
Block a user