From bcd79ba2c55de3202f1e9b4b9b6070b36cfdb7db Mon Sep 17 00:00:00 2001 From: James Mills Date: Wed, 25 Mar 2020 23:02:04 +1000 Subject: Refactor UX of Trending vs. Recent video sorting --- templates/base.html | 1 - templates/index.html | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index d6e67b9..a156f3b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,6 @@
diff --git a/templates/index.html b/templates/index.html index ede6aa7..32ed16b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,6 +11,12 @@ {{ end }}
+ {{ range $m := .Playlist }} {{ if eq $m.ID $playing.ID }} -- cgit v1.2.3