Sha256: a0f4f2b45b22be73d09658129cfa2c4b63614fdfa177c3db65b1ae31ea1a0ddd

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

<h2>Are you sure you want to do this?</h2>
<% form_for(@page, :as => :page, :html => {:method => :delete}, :url => grandstand_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', grandstand_pages_path, :class => 'cancel') %>
  </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grandstand-0.2.7 app/views/grandstand/pages/delete.html.erb
grandstand-0.2.6 app/views/grandstand/pages/delete.html.erb