<% menu :posts %>
<%= form_for(prepare_for_form(post), :id => "edit-form",:html => { :multipart => true }) do |f| -%> <%=hidden_field_tag 'format', 'html'%> <% if @post.parent_id.nil?%>

<%= f.text_field :title, :size => 25, :class => "big_post_title" %>
<%end%>
  • <%= t('attachment.add') %>
<% end -%>