Files
danbooru/app/views/forum_posts/edit.html.erb
2013-02-17 14:12:31 -05:00

14 lines
292 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 %>