14 lines
292 B
Plaintext
14 lines
292 B
Plaintext
<div id="c-comments">
|
|
<div id="a-edit">
|
|
<h1>Edit Comment</h1>
|
|
|
|
<%= render "comments/form", :post => @comment.post, :comment => @comment %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Edit Comment - <%= Danbooru.config.app_name %>
|
|
<% end %>
|