Disable Turbo application-wide

This commit is contained in:
2023-04-16 03:03:03 +02:00
parent 71bc68efb3
commit 4a1fe657c0
3 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<div class="application-menu">
<% if user_signed_in? %>
<%= image_link_to t(:sign_out), "logout", destroy_user_session_path,
data: { turbo_method: :delete } %>
data: { turbo: true, turbo_method: :delete } %>
<% else %>
<%= image_link_to t(:register), "account-plus-outline", new_user_registration_path,
unless_current: true %>