Are you sure you want to do this?
<% form_for(@page, :html => {:method => :delete}, :url => admin_page_path(@page)) do %>
You cannot undo this once it's done! This page will be dead. Not undead, like a zombie. Just plain dead.
<%= button('Delete') %>
<%= button_link_to('Cancel', admin_pages_path, :class => 'cancel') %>
<% end %>