Convert .html.erb templates to .html.slim
This commit is contained in:
5
app/views/comments/new.html.slim
Normal file
5
app/views/comments/new.html.slim
Normal file
@@ -0,0 +1,5 @@
|
||||
h1 New comment
|
||||
|
||||
= render 'form'
|
||||
|
||||
= link_to 'Back', comments_path
|
Reference in New Issue
Block a user