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

6 lines
284 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-02-29 23:34:36 +00:00
%h3= t("layout.comments.comments_header")
2012-02-29 15:04:33 +00:00
- list.each do |comment|
- CommentPresenter.present(comment, :project => project, :commentable => commentable) do |presenter|
= render :partial => 'shared/feed_message', :locals => {:presenter => presenter}