Sha256: f048766d70133c0b87af2689c9a81a88a71c9a0d6d65549fb5b609f7f638287f

Contents?: true

Size: 495 Bytes

Versions: 1

Compression:

Stored size: 495 Bytes

Contents

<h2>Are you sure you want to do this?</h2>
<% form_for(@user, :as => :user, :html => {:method => :delete}, :url => grandstand_user_path(@user)) do %>
  <div class="field">
    You cannot undo this once it's done! This user will be gone, and so will their posts and galleries. Be careful! This could have dire effects.
  </div>
  <div class="toolbar">
    <%= button('Delete', :default => true) %>
    <%= button_link_to('Cancel', grandstand_users_path, :class => 'cancel') %>
  </div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

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