Files
danbooru/app/views/comments/edit.html.erb
BrokenEagle 5cdd8d8f67 Standardize position of page title and secondary links
- Removed path specification for secondary links where unneeded
2017-12-28 10:20:27 -08:00

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 %>