destroy.html.erb
11 lines
| 370 B
| text/plain
|
TextLexer
|
r9283 | <h2><%=l(:label_confirmation)%></h2> | ||
<div class="warning"> | ||||
<p><%= simple_format l(:text_account_destroy_confirmation)%></p> | ||||
<p> | ||||
|
r11397 | <%= form_tag({}) do %> | ||
|
r9283 | <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label> | ||
<%= submit_tag l(:button_delete_my_account) %> | | ||||
|
r11397 | <%= link_to l(:button_cancel), :action => 'account' %> | ||
<% end %> | ||||
|
r9283 | </p> | ||
</div> | ||||