replace tabs to spaces and fix indents at app/views/my/destroy.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11627 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-03-15 11:30:36 +00:00
parent e6f7e47547
commit eaa016bbc3
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
<div class="warning">
<p><%= simple_format l(:text_account_destroy_confirmation)%></p>
<p>
<%= form_tag({}) do %>
<%= 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 %>
<%= link_to l(:button_cancel), :action => 'account' %>
<% end %>
</p>
</div>