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

6 lines
161 B
Text
Raw Permalink Normal View History

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