destroy.html.erb
11 lines
| 372 B
| text/plain
|
TextLexer
|
r9283 | <h2><%=l(:label_confirmation)%></h2> | ||
<div class="warning"> | ||||
<p><%= simple_format l(:text_account_destroy_confirmation)%></p> | ||||
<p> | ||||
|
r9346 | <%= form_tag({}) do %> | ||
|
r9283 | <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> | ||||