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

10 lines
171 B
Plaintext

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