Files
baclight/app/views/articles/_comments.html.erb
T

8 lines
127 B
Plaintext
Raw Normal View History

2021-12-16 14:33:08 -08:00
<h2>Comments</h2>
<div id="comments">
<%= render article.comments %>
</div>
<%= render "comments/new", article: article %>