diff --git a/app/templates/_video_item.html b/app/templates/_video_item.html index b5be709..0234aa4 100644 --- a/app/templates/_video_item.html +++ b/app/templates/_video_item.html @@ -1,46 +1,35 @@ -
-
- {%if config.nginxVideoStream%} - Thumbnail - {%else%} - Thumbnail - {%endif%} -
-
- {% if video.views == "Livestream" %} - {{video.videoTitle}} - {% else %} - {{video.videoTitle}} - {% endif %} - -
- {{video.description}} -
+
+ + + +
{% if video.isLive == "Livestream" or video.isLive %} - + {% else %} - + {% endif %} {% if video.timeStamp == "Scheduled" or video.isUpcoming %} - + - {{video.timeStamp}}‎‎‎‎ ‎‎‎ + {{video.timeStamp}} {% else %} - + - {{video.timeStamp}}‎‎‎‎ ‎‎‎ + {{video.timeStamp}} {% endif %}