Are you sure you want to do this?

<% form_for(@image, :as => :image, :html => {:method => :delete}, :url => grandstand_gallery_image_path(@gallery, @image)) do %>
You cannot undo this once it's done! This image will be gone forever - poof!
<%= button('Delete', :default => true) %> <%= button_link_to('Cancel', grandstand_gallery_path(@gallery), :class => 'cancel') %>
<% end %>