mirror of
https://github.com/iv-org/invidious.git
synced 2024-12-20 21:24:42 -05:00
Add search filters box to empty search results
This commit is contained in:
parent
f2e78f19da
commit
7662d925e4
@ -19,11 +19,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 New Issue
Block a user