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 %>