summaryrefslogtreecommitdiff
path: root/users/app/views/users/_cancel_account.html.haml
blob: 41580b0ebc7fa766e94a176092560e7d6f2fcdcd (plain)
1
2
3
4
5
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