Files
danbooru/app/views/forum_posts/new.html.erb
r888888888 9372219434 fixes #1205
2013-04-18 12:24:01 -07:00

18 lines
392 B
Plaintext

<div id="c-forum-topics">
<div id="a-new">
<% if @forum_topic %>
<h1>Reply to <%= @forum_topic.title %></h1>
<% else %>
<h1>New Forum Post</h1>
<% end %>
<%= render "form", :forum_post => @forum_post %>
</div>
</div>
<%= render "forum_topics/secondary_links" %>
<% content_for(:page_title) do %>
New Forum Post - <%= Danbooru.config.app_name %>
<% end %>