Sha256: 50ee1336c6b698a6398d7df85c91b467915f3498647e8ba3499c1443f47c2a12

Contents?: true

Size: 413 Bytes

Versions: 4

Compression:

Stored size: 413 Bytes

Contents

<h2>Are you sure you want to do this?</h2>
<% form_for(@image, :html => {:method => :delete}, :url => admin_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') %>
    <%= button_link_to('Cancel', admin_gallery_path(@gallery), :class => 'cancel') %>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

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