Преглед на файлове

data-priority pour la gestion des parties

garthh преди 2 седмици
родител
ревизия
a2ec529c75
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      templates/manage/list.html.twig

+ 6 - 6
templates/manage/list.html.twig

@@ -78,12 +78,12 @@
         <table id="datatable" {{ stimulus_controller('datatables') }} class="table is-striped is-hoverable is-fullwidth">
             <thead>
             <tr>
-                <th>Horaire</th>
-                <th>Espace</th>
-                <th>Jeu</th>
-                <th>Meneur(euse)</th>
-                <th>Participant(e)s</th>
-                <th>Action</th>
+                <th  data-priority="1">Horaire</th>
+                <th  data-priority="3">Espace</th>
+                <th  data-priority="1">Jeu</th>
+                <th  data-priority="2">Meneur(euse)</th>
+                <th  data-priority="3">Participant(e)s</th>
+                <th  data-priority="1">Action</th>
             </tr>
             </thead>
             <tbody>