<% flash[:notice] = 'Sorry, but I couldn\'t update your post! Check the form for details.' if @post.errors.length > 0 %>

Editing your post

<%= link_to_post(@post) %>

You posted this <%= time_ago_in_words @post.created_on %> ago.

<% form_for :post, @post, :url => { :action => 'update' } do |f| -%> <%= render :partial => 'form', :locals => { :f => f } %> <%= submit_tag 'Change your post' %>

<% end -%>