Allow for views to supply tags to header

このコミットが含まれているのは:
Omar Roth 2018-01-21 11:07:02 -06:00
コミット e192b55ffa
2個のファイルの変更3行の追加1行の削除

ファイルの表示

@ -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 %>