##// END OF EJS Templates
replace tabs to spaces and fix indents at app/views/my/destroy.html.erb...
Toshi MARUYAMA -
r11397:eaa016bbc304
parent child
Show More
@@ -2,10 +2,10
2 <div class="warning">
2 <div class="warning">
3 <p><%= simple_format l(:text_account_destroy_confirmation)%></p>
3 <p><%= simple_format l(:text_account_destroy_confirmation)%></p>
4 <p>
4 <p>
5 <%= form_tag({}) do %>
5 <%= form_tag({}) do %>
6 <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label>
6 <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label>
7 <%= submit_tag l(:button_delete_my_account) %> |
7 <%= submit_tag l(:button_delete_my_account) %> |
8 <%= link_to l(:button_cancel), :action => 'account' %>
8 <%= link_to l(:button_cancel), :action => 'account' %>
9 <% end %>
9 <% end %>
10 </p>
10 </p>
11 </div>
11 </div>
General Comments 0
You need to be logged in to leave comments. Login now