```
✨ feat(all): Ajoute l'attribut `data-turbo="false"` sur les liens. 🐛 fix(security): Corrige le chemin d'accès de l'espace client. ```
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{% block title_header %}Nouveau <span class="text-blue-500">Devis</span>{% endblock %}
|
||||
|
||||
{% block actions %}
|
||||
<a href="{{ path('app_crm_devis') }}" class="flex items-center px-4 py-2 text-[10px] font-black text-slate-400 hover:text-white uppercase tracking-widest transition-all group">
|
||||
<a data-turbo="false" href="{{ path('app_crm_devis') }}" class="flex items-center px-4 py-2 text-[10px] font-black text-slate-400 hover:text-white uppercase tracking-widest transition-all group">
|
||||
<svg class="w-4 h-4 mr-2 transform group-hover:-translate-x-1 transition-transform" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 19l-7-7m0 0l7-7m-7 7h18"/>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user