<% content_for :title do %> <%= button_link_to('Cancel', return_path || grandstand_post_path(@post)) %> <% end %>

<%= @post.name %>

<%= form_for(@post, :as => :post, :html => {:method => :put}, :url => grandstand_post_path(@post)) do |form| %> <%= render :partial => 'form', :locals => {:form => form} %>
<%= button 'Save', :default => true %> <%= button_link_to('Cancel', return_path || grandstand_posts_path, :class => 'cancel') %>
<% end =%>