gs_app/app/views/public/articles/show.html.haml
2014-04-16 21:10:47 +02:00

13 lines
323 B
Plaintext

=render @article
#comments
%h2 Commentaires
=render :partial => "public/comments/comment", :collection => @article.comments.where(:enabled => true).order("created_at DESC")
.hr
="- - - - - - - - - - - - - - - -"
#comment_form.background_opacity.padding_20
=render :partial => "public/comments/form"