Sha256: c1d4029bae559f8cc578172bd6c8e434a8ef90a14a1ff681870618c30db0178e

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

<h2>Are you sure you want to do this?</h2>
<% form_for(@post, :as => :post, :html => {:method => :delete}, :url => grandstand_post_path(@post)) do %>
  <div class="field">You cannot undo this once it's done! This post, and all the creative ideas therein, will be gone forever.</div>
  <div class="toolbar">
    <%= button 'Delete', :default => true %>
    <%= button_link_to('Cancel', grandstand_posts_path, :class => 'cancel') %>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grandstand-0.3.0 app/views/grandstand/posts/delete.html.erb