mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Rebase fixes
This commit is contained in:
parent
5a7d874eaf
commit
0ca032171e
1 changed files with 5 additions and 1 deletions
|
@ -17,7 +17,11 @@
|
|||
</h3>
|
||||
<% end %>
|
||||
|
||||
<%= rendered "components/search-filters/search-filters" %>
|
||||
<% if is_channel_search %>
|
||||
<% filter_params = "&channel=#{operators.fetch("channel", "")}" %>
|
||||
<% else %>
|
||||
<%= rendered "components/search-filters/search-filters" %>
|
||||
<% end %>
|
||||
|
||||
<% if count == 0 %>
|
||||
<hr style="margin: 0;"/>
|
||||
|
|
Loading…
Reference in a new issue