8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
|
|
<h2>Comments</h2>
|
||
|
|
|
||
|
|
<div id="comments">
|
||
|
|
<%= render article.comments %>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<%= render "comments/new", article: article %>
|