Files
danbooru/app/views/forum_posts/new.html.erb
2019-08-24 22:55:35 -05:00

14 lines
320 B
Plaintext

<div id="c-forum-posts">
<div id="a-new">
<% if @forum_topic %>
<h1>Reply to <%= @forum_topic.title %></h1>
<% else %>
<h1>New Forum Post</h1>
<% end %>
<%= render "forum_posts/partials/new/form", :forum_post => @forum_post %>
</div>
</div>
<%= render "forum_topics/secondary_links" %>