Replace feather icons with bootstrap icons
This commit is contained in:
parent
91300d957b
commit
da0114fbcb
315 changed files with 67 additions and 368 deletions
|
|
@ -73,11 +73,11 @@
|
|||
|
||||
<div class="mt-3">
|
||||
<a class="btn btn-md btn-primary" href="/admin/users/{{ User.ID }}/edit">
|
||||
<i class="feather" data-feather="edit-2"></i>
|
||||
<i class="bi-pencil-square"></i>
|
||||
Modifier
|
||||
</a>
|
||||
<a class="btn btn-md btn-primary" href="/admin/users/{{ User.ID }}/permissions">
|
||||
<i class="feather" data-feather="lock"></i>
|
||||
<i class="bi-key"></i>
|
||||
Permissions
|
||||
</a>
|
||||
|
||||
|
|
@ -88,7 +88,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue