From d8769e27d1912059db0fdfaa354c3cafcf05929e Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 21 Mar 2024 18:02:33 +0100 Subject: [PATCH 1/2] Fix order of content_for in pages edit template they should not be nested like this --- app/views/alchemy/admin/pages/edit.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/alchemy/admin/pages/edit.html.erb b/app/views/alchemy/admin/pages/edit.html.erb index 1e709a4dd6..005ed85227 100644 --- a/app/views/alchemy/admin/pages/edit.html.erb +++ b/app/views/alchemy/admin/pages/edit.html.erb @@ -127,12 +127,11 @@ <% end %> -<% content_for :javascripts do %> - <% content_for :javascript_includes do %> <% end %> +<% content_for :javascripts do %>