<%= f.label :title %>

<%= f.text_field :title %>

<%= f.label :body %>

<%= f.text_area :body, :class => "mceEditor" %>

<%= f.label :status %>

<%= f.select :status, Post::POST_STATUS %>

<%= f.label :allow_comments %>

<%= f.check_box :allow_comments %>