Files
danbooru/app/views/forum_posts/new.html.erb
2011-01-13 18:16:39 -05:00

8 lines
164 B
Plaintext

<h1>New Post</h1>
<%= simple_form_for(@forum_post) do |f| %>
<%= f.input :topic_id, :as => :hidden %>
<%= f.input :body %>
<%= f.button :submit %>
<% end %>