Commit 85ffe1e 1 parent 3939abb commit 85ffe1e Copy full SHA for 85ffe1e
File tree 1 file changed +3
-3
lines changed
tapir/shifts/templates/shifts
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ <h5 class="d-flex justify-content-between align-items-center">
31
31
{% if request.user.user_watching_shift|user_watching_shift:shift.id %}
32
32
< a class ="{% tapir_button_link %} "
33
33
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' %}
35
35
</ a >
36
36
< a class ="{% tapir_button_link %} "
37
37
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' %}
39
39
</ a >
40
40
{% else %}
41
41
< a class ="{% tapir_button_link %} "
42
42
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' %}
44
44
</ a >
45
45
{% endif %}
46
46
< a class ="{% tapir_button_link %} "
You can’t perform that action at this time.
0 commit comments