mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Fix improper URL formatting for channel sort
This commit is contained in:
parent
c28e96bc7b
commit
425112629d
1 changed files with 0 additions and 3 deletions
|
@ -113,9 +113,6 @@
|
|||
<% if content_type == 0 || content_type == 1 %>
|
||||
<% route = content_type == 1 ? "/playlists" : "" %>
|
||||
<% url = "/channel/#{channel.ucid + route}" %>
|
||||
<% if env.params.query %>
|
||||
<% url += "?#{env.params.query}"%>
|
||||
<% end %>
|
||||
|
||||
<div class="pure-u-1-3"> <!-- Sort by -->
|
||||
<div class="pure-menu pure-menu-horizontal" style="">
|
||||
|
|
Loading…
Reference in a new issue