@@ -2,10 +2,10 | |||||
2 | <div class="warning"> |
|
2 | <div class="warning"> | |
3 | <p><%= simple_format l(:text_account_destroy_confirmation)%></p> |
|
3 | <p><%= simple_format l(:text_account_destroy_confirmation)%></p> | |
4 | <p> |
|
4 | <p> | |
5 |
|
|
5 | <%= form_tag({}) do %> | |
6 | <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label> |
|
6 | <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label> | |
7 | <%= submit_tag l(:button_delete_my_account) %> | |
|
7 | <%= submit_tag l(:button_delete_my_account) %> | | |
8 |
|
|
8 | <%= link_to l(:button_cancel), :action => 'account' %> | |
9 |
|
|
9 | <% end %> | |
10 | </p> |
|
10 | </p> | |
11 | </div> |
|
11 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now