diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-30 17:34:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-30 17:34:48 +0000 |
commit | f2fd78f7b868c184e4ab2058e41a27043640843a (patch) | |
tree | 5fa1f049587fa5dd2f0cced7caed3f8a7bdbf8e1 /app/views | |
parent | 41faf7f5f54441a2f0ace22d5e40a0bd527a7885 (diff) | |
download | redmine-f2fd78f7b868c184e4ab2058e41a27043640843a.tar.gz redmine-f2fd78f7b868c184e4ab2058e41a27043640843a.zip |
Use POST instead of GET for logging out (#13022).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11289 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/account/logout.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/account/logout.html.erb b/app/views/account/logout.html.erb new file mode 100644 index 000000000..309597603 --- /dev/null +++ b/app/views/account/logout.html.erb @@ -0,0 +1,3 @@ +<%= form_tag(signout_path) do %> + <p><%= submit_tag l(:label_logout) %></p> +<% end %> |