mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-14 00:55:10 +00:00
fixup! Feat: backend supports with cookies
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user