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.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/app/views/users/_cancel_account.html.haml b/users/app/views/users/_cancel_account.html.haml
new file mode 100644
index 0000000..41580b0
--- /dev/null
+++ b/users/app/views/users/_cancel_account.html.haml
@@ -0,0 +1,6 @@
+%legend
+ =t :cancel_account
+ %small You will not be able to login anymore.
+= link_to user_path(@user), :method => :delete, :class => "btn btn-danger" do
+ %i.icon-remove.icon-white
+ Remove my Account