Are you sure you want to do this?

<% form_for(@post, :as => :post, :html => {:method => :delete}, :url => grandstand_post_path(@post)) do %>
You cannot undo this once it's done! This post, and all the creative ideas therein, will be gone forever.
<%= button 'Delete', :default => true %> <%= button_link_to('Cancel', grandstand_posts_path, :class => 'cancel') %>
<% end %>