Add search filters box to empty search results

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

View File

@ -19,12 +19,12 @@
<h3 style="text-align: center"> <h3 style="text-align: center">
<a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Broken? Try another Invidious Instance!") %></a> <a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Broken? Try another Invidious Instance!") %></a>
</h3> </h3>
<% end %>
<% if is_channel_search %>
<% else %> <% else %>
<% if is_channel_search %> <%= rendered "components/search-filters/search-filters" %>
<% else %> <% end %>
<%= rendered "components/search-filters/search-filters" %>
<% end %>
<% end %>
<% if count == 0 %> <% if count == 0 %>
<hr style="margin: 0;"/> <hr style="margin: 0;"/>