Sha256: 5f96c5d6703707edd60bce5c4d053f3b304e16283cfbbc00d5377e9fd5aa4f9d
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 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', :default => true %> <%= button_link_to 'Cancel', grandstand_pages_path, :class => 'cancel' %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.3.0 | app/views/grandstand/pages/delete.html.erb |