Replace feather icons with bootstrap icons
This commit is contained in:
parent
91300d957b
commit
da0114fbcb
315 changed files with 67 additions and 368 deletions
|
|
@ -13,25 +13,25 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<a class="dashboard-tile" href="/people/membres">
|
||||
<a class="dashboard-tile" href="/members">
|
||||
<div class="alert alert-primary">
|
||||
<i class="feather me-2" data-feather="users"></i>
|
||||
<i class="bi-people me-2"></i>
|
||||
Gestion des <b>membres</b>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<a class="dashboard-tile" href="/people/sympathisants">
|
||||
<a class="dashboard-tile" href="/contacts">
|
||||
<div class="alert alert-primary">
|
||||
<i class="feather me-2" data-feather="users"></i>
|
||||
Gestion des <b>sympathisants</b>
|
||||
<i class="bi-telephone me-2"></i>
|
||||
Gestion des <b>contacts</b>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<a class="dashboard-tile" href="/export">
|
||||
<div class="alert alert-primary">
|
||||
<i class="feather me-2" data-feather="download"></i>
|
||||
<i class="bi-download me-2"></i>
|
||||
<b>Exporter</b> les données
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
<div class="col-md-6">
|
||||
<a class="dashboard-tile" href="/admin">
|
||||
<div class="alert alert-primary">
|
||||
<i class="feather me-2" data-feather="settings"></i>
|
||||
<i class="bi-gear me-2"></i>
|
||||
<b>Administration</b> de l'application
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue