<% menu :posts %>
<%= form_for(prepare_for_form(Post.new), :html => { :multipart => true ,:id => "thread-form"}) do |f| -%>

<%= f.text_field :title, :size => 25, :value => params[:post_title], :class => "big_post_title" %>
<%= f.text_area :text, :id => "big_textarea", :class => "big_post_text", :value => params[:post_text] %>
  • <%= t('attachment.add') %>
<% end -%>