mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-09 15:28:25 +00:00
fixup! Feat: backend supports with cookies
This commit is contained in:
parent
00bcf53d0f
commit
73ba53a327
@ -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 New Issue
Block a user