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

5 lines
154 B
Text

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