mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Add search filters box to empty search results
This commit is contained in:
parent
a86254e21e
commit
48f46fe01b
1 changed files with 5 additions and 5 deletions
|
@ -22,11 +22,11 @@
|
|||
<h3 style="text-align: center">
|
||||
<a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Broken? Try another Invidious Instance!") %></a>
|
||||
</h3>
|
||||
<% end %>
|
||||
|
||||
<% if is_channel_search %>
|
||||
<% else %>
|
||||
<% if is_channel_search %>
|
||||
<% else %>
|
||||
<%= rendered "components/search-filters/search-filters" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<% if count == 0 %>
|
||||
|
|
Loading…
Reference in a new issue