diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/my/destroy.html.erb | 6 |
1 files 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 @@ <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> |