mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-28 02:21:24 +00:00
Feat: backend supports with cookies
This commit is contained in:
@@ -104,6 +104,17 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<% if CONFIG.backends %>
|
||||
<div class="h-box">
|
||||
<b>Switch Backend:</b>
|
||||
<% CONFIG.backends.each do | backend | %>
|
||||
<a href="/switchbackend?backend_id=<%= backend %>">
|
||||
Backend<%= HTML.escape(backend) %>
|
||||
</a> |
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if CONFIG.banner %>
|
||||
<div class="h-box">
|
||||
<h3><%= CONFIG.banner %></h3>
|
||||
|
||||
Reference in New Issue
Block a user