Sha256: 19a2bd5db4957df7a286cf88589327053e5e2434e13503664d47cf12350ce018

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

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