Sha256: a9819093358b073b069f310ec29d8d313fa18d072cdc52c671de002d3b96ee13

Contents?: true

Size: 397 Bytes

Versions: 5

Compression:

Stored size: 397 Bytes

Contents

%h3 Delete User Account
%div{:class => "alert-message block-message error" }
  %p 
    %strong Be Careful!
    Are you sure you want to delete this user account? It cannot be undone.
  %div{ :class => 'alert-actions' }
    = form_for(['admin',@user], :method => 'DELETE') do |f| 
      =f.submit 'Yes, Delete User', :class => 'btn danger'
      =link_to 'Cancel', ['admin','users'], :class =>'btn'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protected-1.0.4 app/views/protected/admin/users/confirm_delete.html.haml
protected-1.0.3 app/views/protected/admin/users/confirm_delete.html.haml
protected-1.0.2 app/views/protected/admin/users/confirm_delete.html.haml
protected-1.0.1 app/views/protected/admin/users/confirm_delete.html.haml
protected-1.0.0 app/views/protected/admin/users/confirm_delete.html.haml