Files
danbooru/app/views/forum_posts/edit.html.erb
2013-03-19 23:11:58 +11:00

14 lines
288 B
Plaintext

<div id="c-forum-topics">
<div id="a-edit">
<h1>Edit Forum Post</h1>
<%= render "form", :forum_post => @forum_post %>
</div>
</div>
<%= render "forum_topics/secondary_links" %>
<% content_for(:page_title) do %>
Edit Forum Post - <%= Danbooru.config.app_name %>
<% end %>