mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:39:53 +01:00
Update logout link to work with Turbo
This commit is contained in:
parent
8814cce171
commit
42a34bced4
1 changed files with 1 additions and 1 deletions
|
@ -47,6 +47,6 @@
|
|||
%i.fa.fa-fw.fa-flask
|
||||
= t(".feedback.features")
|
||||
.dropdown-divider
|
||||
= button_to destroy_user_session_path, method: "delete", class: "dropdown-item" do
|
||||
= link_to destroy_user_session_path, data: { turbo_method: :delete }, class: "dropdown-item" do
|
||||
%i.fa.fa-fw.fa-sign-out
|
||||
= t("voc.logout")
|
||||
|
|
Loading…
Reference in a new issue