2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 21:45:39 +00:00

Change "star" icon to "bullhorn" icon

This commit is contained in:
Oliver
2021-11-02 15:07:20 +11:00
parent 9b0d8bedb5
commit 4bfdf21107
6 changed files with 8 additions and 19 deletions

View File

@ -23,8 +23,8 @@
{% include "admin_button.html" with url=url %}
{% endif %}
<button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "Star this part" %}'>
<span id='part-star-icon' class='fas fa-star {% if starred %}icon-yellow{% endif %}'/>
<button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "Subscribe to nofications for this part" %}'>
<span id='part-star-icon' class='fas fa-bullhorn {% if starred %}icon-green{% endif %}'/>
</button>
{% if barcodes %}