Sha256: 6a6b27eb7710971da428269c0a847cb4362c1e04ac5a25aa041ce0d9ac493713

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/views/admin/pages/delete.html.erb
grandstand-0.2.3 app/views/admin/pages/delete.html.erb
grandstand-0.2.2 app/views/admin/pages/delete.html.erb
grandstand-0.2.1 app/views/admin/pages/delete.html.erb