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:
parent
e6f7e47547
commit
eaa016bbc3
|
@ -2,10 +2,10 @@
|
||||||
<div class="warning">
|
<div class="warning">
|
||||||
<p><%= simple_format l(:text_account_destroy_confirmation)%></p>
|
<p><%= simple_format l(:text_account_destroy_confirmation)%></p>
|
||||||
<p>
|
<p>
|
||||||
<%= form_tag({}) do %>
|
<%= form_tag({}) do %>
|
||||||
<label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label>
|
<label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label>
|
||||||
<%= submit_tag l(:button_delete_my_account) %> |
|
<%= submit_tag l(:button_delete_my_account) %> |
|
||||||
<%= link_to l(:button_cancel), :action => 'account' %>
|
<%= link_to l(:button_cancel), :action => 'account' %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue