Allow for views to supply tags to header

pull/3/head
Omar Roth 7 years ago
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…
Cancel
Save