Sha256: 6139b62a1f3280338a78142b2aec7d1538707ece043145d38d7b7302d2820a7d
Contents?: true
Size: 442 Bytes
Versions: 4
Compression:
Stored size: 442 Bytes
Contents
<%= render :partial => 'left' %> <h2>Are you sure you want to do this?</h2> <% form_for(@post, :html => {:method => :delete}, :url => admin_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', admin_posts_path, :class => 'cancel') %> </div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems