mirror of
https://github.com/iv-org/invidious
synced 2024-11-10 13:13:33 +01:00
Allow for views to supply tags to header
This commit is contained in:
parent
3c29cc71bb
commit
e192b55ffa
@ -1,4 +1,5 @@
|
|||||||
<% content_for "header" do %>
|
<% content_for "header" do %>
|
||||||
<%= "Error - " %>
|
<title><%= "Error" %> - Invidious</title>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%= error_message %>
|
<%= error_message %>
|
@ -1,2 +1,3 @@
|
|||||||
<% content_for "header" do %>
|
<% content_for "header" do %>
|
||||||
|
<title>Invidious</title>
|
||||||
<% end %>
|
<% end %>
|
Loading…
Reference in New Issue
Block a user