From 851fbae90045ac35c9ec8760278ec74fe0233d9d Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 5 Feb 2022 18:42:09 +0700 Subject: [PATCH] fix video template dislike icon and add watched icon --- tubearchivist/home/templates/home/video.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubearchivist/home/templates/home/video.html b/tubearchivist/home/templates/home/video.html index 1b2e03d..e44aa18 100644 --- a/tubearchivist/home/templates/home/video.html +++ b/tubearchivist/home/templates/home/video.html @@ -57,10 +57,10 @@
-

Views: {{ video.stats.view_count|intcomma }}

+

views: {{ video.stats.view_count|intcomma }}

{% if video.stats.dislike_count %} -

thumbs-down: {{ video.stats.dislike_count|intcomma }}

+

thumbs-down: {{ video.stats.dislike_count|intcomma }}

{% endif %} {% if video.stats.average_rating %}

Rating: