summaryrefslogtreecommitdiffstats
path: root/app/views/my/destroy.html.erb
blob: 5d6eaa00468e543ffdfe9668217ea1310aa62ea8 (plain)
1
2
3
4
5
6
7
8
9
10
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>