diff --git a/src/invidious/views/search.ecr b/src/invidious/views/search.ecr index 15d229a1..094916ef 100644 --- a/src/invidious/views/search.ecr +++ b/src/invidious/views/search.ecr @@ -1,3 +1,8 @@ +<% + # Satify compiler +%> +<% filter_params = nil %> + <% content_for "header" do %> <%= search_query.not_nil!.size > 30 ? HTML.escape(query.not_nil![0,30].rstrip(".") + "...") : HTML.escape(query.not_nil!) %> - Invidious @@ -23,7 +28,7 @@
<% if page > 1 %> - + <%= translate(locale, "Previous page") %> <% end %> @@ -31,7 +36,7 @@
<% if count >= 20 %> - + <%= translate(locale, "Next page") %> <% end %> @@ -47,7 +52,7 @@
<% if page > 1 %> - + <%= translate(locale, "Previous page") %> <% end %> @@ -55,7 +60,7 @@
<% if count >= 20 %> - + <%= translate(locale, "Next page") %> <% end %>