Sha256: bea5d327d31d5ed9a596cbecefcd072d2f4ad015d12ba55302d4189a2704afe9

Contents?: true

Size: 444 Bytes

Versions: 4

Compression:

Stored size: 444 Bytes

Contents

<h2>Are you sure you want to do this?</h2>
<% form_for(@gallery, :html => {:method => :delete}, :url => admin_gallery_path(@gallery)) do %>
  <div class="field">You cannot undo this once it's done! This gallery, and all of its pictures, will be gone forever - poof!</div>
  <div class="toolbar">
    <%= button('Delete') %>
    <%= button_link_to('Cancel', return_path || 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/galleries/delete.html.erb
grandstand-0.2.3 app/views/admin/galleries/delete.html.erb
grandstand-0.2.2 app/views/admin/galleries/delete.html.erb
grandstand-0.2.1 app/views/admin/galleries/delete.html.erb