summaryrefslogtreecommitdiff
path: root/app/views/errors/_footer.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/errors/_footer.html.haml')
-rw-r--r--app/views/errors/_footer.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/errors/_footer.html.haml b/app/views/errors/_footer.html.haml
index e67a3a142f6..bb9edc54b4b 100644
--- a/app/views/errors/_footer.html.haml
+++ b/app/views/errors/_footer.html.haml
@@ -4,7 +4,7 @@
= link_to s_('Nav|Home'), root_path
%li
- if current_user
- = link_to s_('Nav|Sign out and sign in with a different account'), destroy_user_session_path
+ = link_to s_('Nav|Sign out and sign in with a different account'), destroy_user_session_path, method: :post
- else
= link_to s_('Nav|Sign In / Register'), new_session_path(:user, redirect_to_referer: 'yes')
%li