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:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user