|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
{% if watch.paused is defined and watch.paused != False %}paused{% endif %}
|
|
|
|
|
{% if watch.newest_history_key| int > watch.last_viewed| int %}unviewed{% endif %}">
|
|
|
|
|
<td class="inline">{{ loop.index }}</td>
|
|
|
|
|
<td class="inline paused-state state-{{watch.paused}}"><a href="{{url_for('index', pause=watch.uuid, tag=active_tag)}}"><img src="{{url_for('static_content', group='images', filename='pause.svg')}}" alt="Pause"/></a></td>
|
|
|
|
|
<td class="inline paused-state state-{{watch.paused}}"><a href="{{url_for('index', pause=watch.uuid, tag=active_tag)}}"><img src="{{url_for('static_content', group='images', filename='pause.svg')}}" alt="Pause" title="Pause"/></a></td>
|
|
|
|
|
|
|
|
|
|
<td class="title-col inline">{{watch.title if watch.title is not none and watch.title|length > 0 else watch.url}}
|
|
|
|
|
<a class="external" target="_blank" rel="noopener" href="{{ watch.url }}"></a>
|
|
|
|
|