8 lines
164 B
Plaintext
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 %>
|