You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

destroy.html.erb 372B

1234567891011
  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>