When all items showed, show which tag it belongs to

pull/1/head
Leigh Morresi 2021-01-30 12:49:36 +01:00
rodzic 17701c5c72
commit 0ee47a1274
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,9 @@ section.content {
.watch-table {
width: 100%;
}
.watch-tag-list {
color: #e70069;
}
.box {
max-width: 80%;

Wyświetl plik

@ -48,6 +48,9 @@
{% if watch.last_error is defined and watch.last_error != False %}
<div class="fetch-error">{{ watch.last_error }}</div>
{% endif %}
{% if not active_tag %}
<span class="watch-tag-list">{{ watch.tag}}</span>
{% endif %}
</td>
<td>{{watch|format_last_checked_time}}</td>
<td>{{watch.last_changed|format_timestamp_timeago}}</td>