fixup! Feat: backend supports with cookies
All checks were successful
Invidious CI / build (push) Successful in 23m13s
All checks were successful
Invidious CI / build (push) Successful in 23m13s
This commit is contained in:
parent
00bcf53d0f
commit
73ba53a327
1 changed files with 4 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue