Replace feather icons with bootstrap icons

This commit is contained in:
William Bouzourène 2025-01-04 16:39:41 +01:00
parent 91300d957b
commit da0114fbcb
315 changed files with 67 additions and 368 deletions

View file

@ -117,7 +117,7 @@
<div class="mt-3">
<a class="btn btn-md btn-primary" href="/admin/roles/{{ Role.ID }}/edit">
<i class="feather" data-feather="edit-2"></i>
<i class="bi-pencil-square"></i>
Modifier
</a>
<form
@ -126,7 +126,7 @@
class="d-inline p-0"
>
<button class="btn btn-md btn-danger areyousure" type="submit">
<i class="feather" data-feather="trash-2"></i>
<i class="bi-trash3"></i>
Supprimer
</button>
</form>