style for table sort, add more tags after sending

This commit is contained in:
Tykayn 2025-06-23 00:01:38 +02:00 committed by tykayn
parent 1895089ec9
commit ada9fa4029
4 changed files with 15 additions and 9 deletions

View file

@ -10,7 +10,6 @@
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
<link rel="stylesheet" href="{{ asset('js/sort-table/sort-table.css') }}">
<link href='{{ asset('js/mapbox/mapbox-gl.css') }}' rel='stylesheet' />
<!-- CSS Bootstrap -->
<link rel="stylesheet" href="{{ asset('css/bootstrap-icons.css') }}">
@ -108,7 +107,6 @@
{{ encore_entry_script_tags('app') }}
<script src="{{ asset('js/bootstrap/bootstrap.bundle.min.js') }}"></script>
<script src='{{ asset('js/maplibre/maplibre-gl.js') }}'></script>
<script src="{{ asset('js/sort-table/sort-table.js') }}"></script>
<!-- Script pour le tri automatique des tableaux -->
{# <script src="{{ asset('js/bootstrap/Sortable.min.js') }}"></script> #}