summaryrefslogtreecommitdiff
path: root/users/app/views/users/_cancel_account.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_cancel_account.html.haml')
-rw-r--r--users/app/views/users/_cancel_account.html.haml9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/app/views/users/_cancel_account.html.haml b/users/app/views/users/_cancel_account.html.haml
deleted file mode 100644
index 756170b..0000000
--- a/users/app/views/users/_cancel_account.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-%legend
- - if @user == current_user
- =t :cancel_account
- %small You will not be able to login anymore.
- - else
- =t :admin_cancel_account, :username => @user.login
-= link_to user_path(@user), :method => :delete, :class => "btn btn-danger" do
- %i.icon-remove.icon-white
- =t :remove_account