Sha256: 2d726b5e95e5b9a971956ba8d6625e5e6b49385b199cd94e6a96ac86b4f6366e

Contents?: true

Size: 453 Bytes

Versions: 4

Compression:

Stored size: 453 Bytes

Contents

<h2>Are you sure you want to do this?</h2>
<% form_for(@user, :html => {:method => :delete}, :url => admin_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') %>
    <%= button_link_to('Cancel', admin_users_path, :class => 'cancel') %>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/views/admin/users/delete.html.erb
grandstand-0.2.3 app/views/admin/users/delete.html.erb
grandstand-0.2.2 app/views/admin/users/delete.html.erb
grandstand-0.2.1 app/views/admin/users/delete.html.erb