Replace feather icons with bootstrap icons

This commit is contained in:
William Bouzourène 2025-01-04 16:39:41 +01:00
parent 89c1633389
commit 0aa5b42671
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
315 changed files with 67 additions and 368 deletions

View file

@ -16,7 +16,7 @@
<div class="col-md-6">
<a class="dashboard-tile" href="/admin/sections">
<div class="alert alert-primary">
<i class="feather me-2" data-feather="home"></i>
<i class="bi-building me-2"></i>
Gestion des <b>sections</b>
</div>
</a>
@ -24,7 +24,7 @@
<div class="col-md-6">
<a class="dashboard-tile" href="/admin/lists">
<div class="alert alert-primary">
<i class="feather me-2" data-feather="list"></i>
<i class="bi-list-check me-2"></i>
Gestion des <b>listes</b>
</div>
</a>
@ -32,7 +32,7 @@
<div class="col-md-6">
<a class="dashboard-tile" href="/admin/fields">
<div class="alert alert-primary">
<i class="feather me-2" data-feather="database"></i>
<i class="bi-database-add me-2"></i>
Gestion des <b>champs supplémentaires</b>
</div>
</a>
@ -40,7 +40,15 @@
<div class="col-md-6">
<a class="dashboard-tile" href="/admin/users">
<div class="alert alert-primary">
<i class="feather me-2" data-feather="users"></i>
<i class="bi-person-square me-2"></i>
Gestion des <b>utilisateurs</b>
</div>
</a>
</div>
<div class="col-md-6">
<a class="dashboard-tile" href="/admin/roles">
<div class="alert alert-primary">
<i class="bi-briefcase me-2"></i>
Gestion des <b>utilisateurs</b>
</div>
</a>