about summary refs log tree commit diff stats
path: root/app/views/comments/_layout.html.haml
blob: 9acf6b07d052059700388051da2fff4c4c82e46a (plain) (blame)
1
2
3
4
5
6
%a{ name: "comments" }
#comments
  %h2 Comments
  - blog.comments.published_and_ordered.each do |comment|
    = render comment
  = render "comments/form", blog: blog