ensl.org/app/views/comments/_index.html.erb
Luke Barratt 4046d25017 Tests passing with redesign
Improved layout slightly to match grid
2014-04-17 08:55:19 +01:00

5 lines
161 B
Text

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