10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
<%= error_messages_for("forum_post") %>
|
|
|
|
<%= simple_form_for(forum_post) do |f| %>
|
|
<%= f.input :topic_id, :as => :hidden %>
|
|
<%= dtext_field "forum_post", "body" %>
|
|
|
|
<%= f.button :submit, "Submit" %>
|
|
<%= dtext_preview_button "forum_post", "body" %>
|
|
<% end %>
|