From 76309c405f41560197fb41f355133de3413ef697 Mon Sep 17 00:00:00 2001 From: girst Date: Thu, 5 Aug 2021 17:12:14 +0200 Subject: [PATCH] make channel page sorting link(-ish) instead of a select box --- app/browse/templates/channel.html.j2 | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/app/browse/templates/channel.html.j2 b/app/browse/templates/channel.html.j2 index 0a1c17e..e7076a4 100644 --- a/app/browse/templates/channel.html.j2 +++ b/app/browse/templates/channel.html.j2 @@ -19,22 +19,15 @@ {% if subpage != "search" %} -
- {% if list %} - + + {% if subpage == "videos" %} + | + | + + {% elif subpage == "playlists" %} + | + {% endif %} - -
{% endif %} -- 2.39.3