diff --git a/app/views/layouts/_no_script.html.erb b/app/views/layouts/_no_script.html.erb new file mode 100644 index 000000000..3ef670aed --- /dev/null +++ b/app/views/layouts/_no_script.html.erb @@ -0,0 +1,7 @@ + diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 7f434cde3..7049c9aa5 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -2,6 +2,7 @@ > <%= render "layouts/common_head", default_title: "Admin" %> + <%= render "layouts/no_script" %> <%= content_for :head %>