From 18846cce5f920812ba3eb335c48190418af05008 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Tue, 21 Jun 2022 12:38:06 +0200 Subject: [PATCH] fix chapters --- .../communication/blocks/templates/chapter/_static.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/communication/blocks/templates/chapter/_static.html.erb b/app/views/admin/communication/blocks/templates/chapter/_static.html.erb index 7ff9efd4d..ab0544358 100644 --- a/app/views/admin/communication/blocks/templates/chapter/_static.html.erb +++ b/app/views/admin/communication/blocks/templates/chapter/_static.html.erb @@ -1,5 +1,5 @@ <%= block_component_static :text %> <%= block_component_static :notes %> <%= block_component_static :image %> -<%= block_component_static :alt, depth: 4 %> -<%= block_component_static :credit, depth: 4 %> +<%= block_component_static :alt %> +<%= block_component_static :credit %> -- GitLab