mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Add search filters box to empty search results
(cherry picked from commit 48f46fe01b
)
This commit is contained in:
parent
9a18699746
commit
bd4f86d2bd
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
|||
<h3 style="text-align: center">
|
||||
<a href="/redirect?referer=<%= env.get?("current_page") %>"><%= translate(locale, "Broken? Try another Invidious Instance!") %></a>
|
||||
</h3>
|
||||
<% else %>
|
||||
<%= rendered "components/search-filters/search-filters" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<%= rendered "components/search-filters/search-filters" %>
|
||||
|
||||
<% if count == 0 %>
|
||||
<hr style="margin: 0;"/>
|
||||
|
|
Loading…
Reference in a new issue