From eaa016bbc304424ce8882adbe443bf31ffb49321 2013-03-15 11:30:36 From: Toshi MARUYAMA Date: 2013-03-15 11:30:36 Subject: [PATCH] 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 --- diff --git a/app/views/my/destroy.html.erb b/app/views/my/destroy.html.erb index 6869141..c944355 100644 --- a/app/views/my/destroy.html.erb +++ b/app/views/my/destroy.html.erb @@ -2,10 +2,10 @@

<%= simple_format l(:text_account_destroy_confirmation)%>

- <%= form_tag({}) do %> + <%= form_tag({}) do %> <%= submit_tag l(:button_delete_my_account) %> | - <%= link_to l(:button_cancel), :action => 'account' %> - <% end %> + <%= link_to l(:button_cancel), :action => 'account' %> + <% end %>