Add search filters box to empty search results

This commit is contained in:
syeopite 2021-06-26 17:47:47 -07:00
parent a86254e21e
commit 48f46fe01b
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82

View file

@ -22,12 +22,12 @@
<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 %>
<%= rendered "components/search-filters/search-filters" %>
<% end %>
<% if count == 0 %>
<hr style="margin: 0;"/>