up styles

This commit is contained in:
Tykayn 2025-06-04 00:46:46 +02:00 committed by tykayn
parent b1f6433b7d
commit 0169b9a1a4
7 changed files with 78 additions and 57 deletions

View file

@ -1,26 +1,25 @@
<thead>
<tr>
<th>Nom ({{ stats.getPlacesCount() }})</th>
<th>Nom ({{ stats.places|length }})</th>
<th>
<i class="bi bi-tags"></i>
Type
</th>
<th>
<i class="bi bi-geo-alt"></i>
Adresse ({{ stats.getAvecAdresse() }} / {{ stats.getPlacesCount() }})</th>
Adresse ({{ stats.getAvecAdresse() }} / {{ stats.places|length }})</th>
<th>
<i class="bi bi-globe"></i>
Site web ({{ stats.getAvecSite() }} / {{ stats.getPlacesCount() }})</th>
Site web ({{ stats.getAvecSite() }} / {{ stats.places|length }})</th>
<th>
<i class="bi bi-wheelchair"></i>
<i class="bi bi-person-fill-slash"></i>
Accès
PMR
({{ stats.getAvecAccessibilite() }} / {{ stats.getPlacesCount() }})</th>
({{ stats.getAvecAccessibilite() }} / {{ stats.places|length }})</th>
<th>
<i class="bi bi-pencil-square"></i>
Note ? ({{ stats.getAvecNote() }} / {{ stats.getPlacesCount() }})</th>
Note ? ({{ stats.getAvecNote() }} / {{ stats.places|length }})</th>
<th>
<i class="bi bi-pencil-square"></i>
Texte de la note</th>