ensl.org/app/views/comments/_index.html.erb

7 lines
156 B
Text
Raw Normal View History

2014-04-06 14:14:03 +00:00
<div class="comments">
<h3>Comments</h3>
<%= render partial: "comments/comment", collection: @comments %>
</div>
2014-04-06 14:14:03 +00:00
<%= render partial: "comments/new" %>