mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +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">
|
<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 %>
|
|
||||||
<% else %>
|
|
||||||
<%= rendered "components/search-filters/search-filters" %>
|
<%= rendered "components/search-filters/search-filters" %>
|
||||||
<% end %>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if count == 0 %>
|
<% if count == 0 %>
|
||||||
|
|
Loading…
Reference in a new issue