Sha256: 0fd175ac33ca56d908dfac66b02ecee9e2529df00ae87d143a7e79eedbbbe1e8
Contents?: true
Size: 466 Bytes
Versions: 2
Compression:
Stored size: 466 Bytes
Contents
<%= render :partial => 'left' %> <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') %> <%= button_link_to('Cancel', grandstand_posts_path, :class => 'cancel') %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.2.7 | app/views/grandstand/posts/delete.html.erb |
grandstand-0.2.6 | app/views/grandstand/posts/delete.html.erb |