diff options
Diffstat (limited to 'app/views/my/destroy.html.erb')
-rw-r--r-- | app/views/my/destroy.html.erb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/my/destroy.html.erb b/app/views/my/destroy.html.erb new file mode 100644 index 000000000..5d6eaa004 --- /dev/null +++ b/app/views/my/destroy.html.erb @@ -0,0 +1,11 @@ +<h2><%=l(:label_confirmation)%></h2> +<div class="warning"> +<p><%= simple_format l(:text_account_destroy_confirmation)%></p> +<p> + <% form_tag({}) do %> + <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label> + <%= submit_tag l(:button_delete_my_account) %> | + <%= link_to l(:button_cancel), :action => 'account' %> + <% end %> +</p> +</div> |