forked from midou/invidious
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 %>
|
||||
<%= "Error - " %>
|
||||
<title><%= "Error" %> - Invidious</title>
|
||||
<% end %>
|
||||
|
||||
<%= error_message %>
|
@ -1,2 +1,3 @@
|
||||
<% content_for "header" do %>
|
||||
<title>Invidious</title>
|
||||
<% end %>
|
Loading…
Reference in New Issue
Block a user