Sha256: d9a6088a4f91b441f8874f42af9959109bbfc2fe0c56f98a1bee6c32453e668a

Contents?: true

Size: 489 Bytes

Versions: 2

Compression:

Stored size: 489 Bytes

Contents

<h2>Are you sure you want to do this?</h2>
<% form_for(@gallery, :as => :gallery, :html => {:method => :delete}, :url => grandstand_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', :default => true) %>
    <%= button_link_to('Cancel', return_path || 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/galleries/delete.html.erb
grandstand-0.2.6 app/views/grandstand/galleries/delete.html.erb