fixup! Feat: backend supports with cookies
All checks were successful
Invidious CI / build (push) Successful in 23m13s

This commit is contained in:
Fijxu 2024-09-16 23:52:14 -03:00
parent 00bcf53d0f
commit 73ba53a327
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -106,9 +106,11 @@
<% if CONFIG.backends %>
<div class="h-box">
Change backend:
<b>Switch Backend:</b>
<% CONFIG.backends.each do | backend | %>
<a href="/switchbackend?backend_id=<%= backend %>">Backend<%= backend %></a>
<a href="/switchbackend?backend_id=<%= backend %>">
Backend<%= HTML.escape(backend) %>
</a> |
<% end %>
</div>
<% end %>