rosa-build/app/views/projects/comments/_list.html.haml

7 lines
277 B
Plaintext
Raw Normal View History

2012-01-15 18:10:50 +00:00
%a{ :name => "comments" }
2012-02-29 15:04:33 +00:00
.hr
2012-06-05 19:13:20 +01:00
%h3#block-list= t("layout.comments.comments_header")
2012-02-29 15:04:33 +00:00
- list.each do |comment|
= render 'projects/comments/comment', :comment => comment, :project => project, :commentable => commentable, :add_id => nil
2012-09-19 18:35:43 +01:00
= render "projects/comments/markdown_help"