0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-16 14:50:39 +00:00
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" %>