diff options
Diffstat (limited to 'app/views/comments/_layout.html.haml')
| -rw-r--r-- | app/views/comments/_layout.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
| diff --git a/app/views/comments/_layout.html.haml b/app/views/comments/_layout.html.haml new file mode 100644 index 0000000..9acf6b0 --- /dev/null +++ b/app/views/comments/_layout.html.haml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | %a{ name: "comments" } | ||
| 2 | #comments | ||
| 3 | %h2 Comments | ||
| 4 | - blog.comments.published_and_ordered.each do |comment| | ||
| 5 | = render comment | ||
| 6 | = render "comments/form", blog: blog | ||
