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|
|
2012-10-05 20:19:05 +01:00
|
|
|
= 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"
|