Mercurial > hg > soundsoftware-site
view app/views/my/destroy.html.erb @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 433d4f72a19b |
children | 261b3d9a4903 |
line wrap: on
line source
<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>