%= form_for @post do |f| %> <% if @post.errors.any? %>
<%= f.label :title %> <%= f.text_field :title %>
<%= f.label :text %> <%= f.text_area :text %>
<%= f.submit %>