14 lines
288 B
Plaintext
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 %>
|