From eaa016bbc304424ce8882adbe443bf31ffb49321 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 15 Mar 2013 11:30:36 +0000 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 --- app/views/my/destroy.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/my/destroy.html.erb b/app/views/my/destroy.html.erb index 68691412b..c944355b0 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 %>