Mercurial > hg > soundsoftware-site
view .svn/pristine/61/61eccb29cfe9578fcc8039a255d003ce813ea4b3.svn-base @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | 261b3d9a4903 |
children |
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>