mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Dont prefetch settings page in navbar with turbos instaclick behavior as this page might not be accessible without additional authentication
This commit is contained in:
parent
4d4570701b
commit
b6b2e44231
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@
|
|||
|
||||
|
||||
|
||||
<a class="dropdown-item" href="{{ path("user_settings") }}">
|
||||
{# Dont prefetch settings page, as it might require additional authentication #}
|
||||
<a class="dropdown-item" href="{{ path("user_settings") }}" data-turbo-prefetch="false">
|
||||
<i class="fa fa-cogs fa-fw" aria-hidden="true"></i> {% trans %}user.settings.label{% endtrans %}
|
||||
</a>
|
||||
<a class="dropdown-item" href="{{ path("user_info_self") }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue