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