diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3428a11c..bbdd9547 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,5 +1,5 @@ - +
<%= render 'layouts/head_tags' %> diff --git a/app/views/layouts/form.html.erb b/app/views/layouts/form.html.erb index 1da997d8..64b4a537 100644 --- a/app/views/layouts/form.html.erb +++ b/app/views/layouts/form.html.erb @@ -1,5 +1,5 @@ - + <%= render 'layouts/head_tags' %> diff --git a/app/views/layouts/plain.html.erb b/app/views/layouts/plain.html.erb index a0011091..2510c1dd 100644 --- a/app/views/layouts/plain.html.erb +++ b/app/views/layouts/plain.html.erb @@ -1,5 +1,5 @@ - + <%= render 'layouts/head_tags' %>