Skip to content

Commit 85ffe1e

Browse files
committed
(renovate) use notification icon
1 parent 3939abb commit 85ffe1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tapir/shifts/templates/shifts/shift_detail.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ <h5 class="d-flex justify-content-between align-items-center">
3131
{% if request.user.user_watching_shift|user_watching_shift:shift.id %}
3232
<a class="{% tapir_button_link %}"
3333
href="{% url 'shifts:unwatch_shift' shift.pk %}">
34-
<span class="material-icons">visibility_off</span>{% translate 'Unwatch' %}
34+
<span class="material-icons">notifications_off</span>{% translate 'Unwatch' %}
3535
</a>
3636
<a class="{% tapir_button_link %}"
3737
href="{% url 'shifts:edit_watch_shift' shift.pk %}">
38-
<span class="material-icons">edit_visibility</span>{% translate 'Edit' %}
38+
<span class="material-icons">edit_notifications</span>{% translate 'Edit' %}
3939
</a>
4040
{% else %}
4141
<a class="{% tapir_button_link %}"
4242
href="{% url 'shifts:watch_shift' shift.pk %}">
43-
<span class="material-icons">visibility</span>{% translate 'Watch' %}
43+
<span class="material-icons">notifications</span>{% translate 'Watch' %}
4444
</a>
4545
{% endif %}
4646
<a class="{% tapir_button_link %}"

0 commit comments

Comments
 (0)