%= link_to "Back", {:action => "view"}, {:class => "button"} %>
<%= start_form_tag :action => "post" %>
<%= hidden_field_tag :new_thread, "1" %>
- Author:
- <%= text_field :new_post, :author, {:value => @default_author} %> (optional)
- Tripcode:
- <%= password_field :new_post, :tripcode, {:value => @default_tripcode} %> (optional)
- Title:
- <%= text_field :new_discussion, :title %> (required!)
- Your message:
-
<%= text_area :new_post, :content, {:cols => 50, :rows => 8} %>
- Ready?
-
<%= submit_tag "Submit!" %>
<%= end_form_tag %>