Files
danbooru/app/views/comments/new.html.erb
2019-08-24 22:55:35 -05:00

10 lines
169 B
Plaintext

<div id="c-comments">
<div id="a-new">
<h1>New Comment</h1>
<%= render "comments/form", comment: @comment %>
</div>
</div>
<%= render "secondary_links" %>