From 899b088cdcbfea988d79b38116d658096eafdc8b Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 16 Aug 2019 21:48:40 -0700 Subject: Subscriptions: show when video was published --- youtube/templates/common_elements.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'youtube/templates/common_elements.html') diff --git a/youtube/templates/common_elements.html b/youtube/templates/common_elements.html index 49e2fad..b8f5c51 100644 --- a/youtube/templates/common_elements.html +++ b/youtube/templates/common_elements.html @@ -26,7 +26,9 @@
{{ info['author'] }}
{{ info['views'] }} - + {% if 'views' is not in(info) and 'published' is in(info) %} + + {% endif %} {% elif info['type'] == 'playlist' %} -- cgit v1.2.3