To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / my / destroy.html.erb @ 1298:4f746d8966dd

History | View | Annotate | Download (372 Bytes)

1
<h2><%=l(:label_confirmation)%></h2>
2
<div class="warning">
3
<p><%= simple_format l(:text_account_destroy_confirmation)%></p>
4
<p>
5
    <%= form_tag({}) do %>
6
    <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label>
7
    <%= submit_tag l(:button_delete_my_account) %> |
8
                <%= link_to l(:button_cancel), :action => 'account' %>
9
    <% end %>
10
</p>
11
</div>