ensl.org/app/views/comments/_index.html.erb
2014-04-07 11:04:56 +01:00

6 lines
156 B
Text

<div class="comments">
<h3>Comments</h3>
<%= render partial: "comments/comment", collection: @comments %>
</div>
<%= render partial: "comments/new" %>