This commit is contained in:
Oliver 2021-11-05 10:20:47 +11:00
parent 46fc1e19d5
commit bf4de526ac
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<span class='fas fa-bell icon-green'></span> <span class='fas fa-bell icon-green'></span>
</button> </button>
{% else %} {% else %}
<button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "Subscribe to nofications for this category" %}'> <button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "Subscribe to notifications for this category" %}'>
<span id='category-star-icon' class='fa fa-bell-slash'/> <span id='category-star-icon' class='fa fa-bell-slash'/>
</button> </button>
{% endif %} {% endif %}

View File

@ -24,7 +24,7 @@
{% endif %} {% endif %}
{% if starred_directly %} {% if starred_directly %}
<button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "You are subscribed to nofications for this part" %}'> <button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "You are subscribed to notifications for this part" %}'>
<span id='part-star-icon' class='fas fa-bell icon-green'/> <span id='part-star-icon' class='fas fa-bell icon-green'/>
</button> </button>
{% elif starred %} {% elif starred %}
@ -32,7 +32,7 @@
<span class='fas fa-bell icon-green'></span> <span class='fas fa-bell icon-green'></span>
</button> </button>
{% else %} {% else %}
<button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "Subscribe to nofications for this part" %}'> <button type='button' class='btn btn-outline-secondary' id='toggle-starred' title='{% trans "Subscribe to notifications for this part" %}'>
<span id='part-star-icon' class='fa fa-bell-slash'/> <span id='part-star-icon' class='fa fa-bell-slash'/>
</button> </button>
{% endif %} {% endif %}