remove all bootstrap icons in favor of material design icons

This commit is contained in:
checktheroads
2021-04-21 11:31:28 -07:00
parent 024f3962b2
commit fe4a9bff2d
68 changed files with 481 additions and 31142 deletions

View File

@@ -236,7 +236,7 @@
{% if perms.extras.add_imageattachment %}
<div class="card-footer text-end noprint">
<a href="{% url 'dcim:site_add_image' object_id=object.pk %}" class="btn btn-primary btn-sm">
<span class="bi bi-plus" aria-hidden="true"></span>
<i class="mdi mdi-plus-thick" aria-hidden="true"></i>
Attach an image
</a>
</div>