From 672e041e3059a957537d1cf9f1dad879bd543350 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Fri, 30 Dec 2022 16:46:09 +0100 Subject: [PATCH] posts index are full width --- app/views/admin/communication/websites/pages/static.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/admin/communication/websites/pages/static.html.erb b/app/views/admin/communication/websites/pages/static.html.erb index e66c5a693..c92e909cf 100644 --- a/app/views/admin/communication/websites/pages/static.html.erb +++ b/app/views/admin/communication/websites/pages/static.html.erb @@ -5,7 +5,9 @@ breadcrumb_title: "<%= @about.breadcrumb_title.blank? ? @about.title : @about.br <%= render 'admin/application/static/permalink' %> <% case @about.kind -when 'education_programs', 'education_diplomas' %> +when 'education_programs', + 'education_diplomas', + 'communication_posts' %> <%= render 'admin/application/static/design', full_width: true, toc_offcanvas: true %> <% else %> <%= render 'admin/application/static/design' %> -- GitLab