From 8b60bfe81519e1779d1679421ca04bb6fe73c298 Mon Sep 17 00:00:00 2001 From: girst Date: Sun, 3 Apr 2022 17:45:28 +0200 Subject: [PATCH] use simple links instead of text-only form submit buttons this was done in the past to preserve some url parts, but isn't necessary now. --- app/browse/templates/channel.html.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/browse/templates/channel.html.j2 b/app/browse/templates/channel.html.j2 index 0dac43c..25e0c5b 100644 --- a/app/browse/templates/channel.html.j2 +++ b/app/browse/templates/channel.html.j2 @@ -21,12 +21,12 @@ {% if subpage != "search" %}
{% if subpage == "videos" %} - | - | - + newest first | + oldest first | + most popular {% elif subpage == "playlists" %} - | - + last created | + last modified {% endif %}
{% endif %} -- 2.39.3