Allow for views to supply tags to header

pull/3/head
Omar Roth 2018-01-21 11:07:02 -06:00
rodzic 3c29cc71bb
commit e192b55ffa
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,5 @@
<% content_for "header" do %>
<%= "Error - " %>
<title><%= "Error" %> - Invidious</title>
<% end %>
<%= error_message %>

Wyświetl plik

@ -1,2 +1,3 @@
<% content_for "header" do %>
<title>Invidious</title>
<% end %>