|
|
@ -40,7 +40,7 @@
|
|
|
|
<td colspan="3">No website organisational tags/groups configured</td>
|
|
|
|
<td colspan="3">No website organisational tags/groups configured</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% for uuid, tag in available_tags.items() %}
|
|
|
|
{% for uuid, tag in available_tags %}
|
|
|
|
<tr id="{{ uuid }}" class="{{ loop.cycle('pure-table-odd', 'pure-table-even') }}">
|
|
|
|
<tr id="{{ uuid }}" class="{{ loop.cycle('pure-table-odd', 'pure-table-even') }}">
|
|
|
|
<td class="watch-controls">
|
|
|
|
<td class="watch-controls">
|
|
|
|
<a class="link-mute state-{{'on' if tag.notification_muted else 'off'}}" href="{{url_for('tags.mute', uuid=tag.uuid)}}"><img src="{{url_for('static_content', group='images', filename='bell-off.svg')}}" alt="Mute notifications" title="Mute notifications" class="icon icon-mute" ></a>
|
|
|
|
<a class="link-mute state-{{'on' if tag.notification_muted else 'off'}}" href="{{url_for('tags.mute', uuid=tag.uuid)}}"><img src="{{url_for('static_content', group='images', filename='bell-off.svg')}}" alt="Mute notifications" title="Mute notifications" class="icon icon-mute" ></a>
|
|
|
|