2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Update multiple templates with fontawesome icons

This commit is contained in:
Oliver Walters
2020-10-28 18:30:38 +11:00
parent d272eec384
commit d0b7d91ca4
15 changed files with 90 additions and 49 deletions

View File

@ -3,7 +3,9 @@
{% if roles.stock.change %}
<div id='attachment-buttons'>
<div class='btn-group'>
<button type='button' class='btn btn-success' id='new-attachment'>{% trans "Add Attachment" %}</button>
<button type='button' class='btn btn-success' id='new-attachment'>
<span class='fas fa-plus-circle'></span> {% trans "Add Attachment" %}
</button>
</div>
</div>
{% endif %}