summaryrefslogtreecommitdiff
path: root/users/app/views
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-12-03 10:52:01 +0100
committerAzul <azul@leap.se>2012-12-03 10:52:01 +0100
commit2a928455f9dcefa465b80b79768ba1d1a423e6e9 (patch)
tree9a169d415a7f7eb80c28b6e313613b4a4a10f44b /users/app/views
parent1de597b338f0622a7732676907365de673c34dfb (diff)
enable users to cancel their account
Diffstat (limited to 'users/app/views')
-rw-r--r--users/app/views/users/edit.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/app/views/users/edit.html.haml b/users/app/views/users/edit.html.haml
index 8298443..cfcf220 100644
--- a/users/app/views/users/edit.html.haml
+++ b/users/app/views/users/edit.html.haml
@@ -1,3 +1,10 @@
.span8.offset2
%h2=t :settings
= render 'form'
+ - if @user == current_user
+ %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