From 63c06391197a1c57eadfacea7d08d3b0dd30c1e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Mon, 9 May 2022 15:18:34 +0200 Subject: [PATCH] wip #371 --- app/views/admin/communication/website/pages/static.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/admin/communication/website/pages/static.html.erb b/app/views/admin/communication/website/pages/static.html.erb index d4cc6399d..c3f1d35ee 100644 --- a/app/views/admin/communication/website/pages/static.html.erb +++ b/app/views/admin/communication/website/pages/static.html.erb @@ -21,6 +21,7 @@ description_short: > <%= prepare_text_for_static @about.description_short %> header_text: > <%= prepare_html_for_static @about.header_text, @website.university %> +legacy_text: > + <%= prepare_html_for_static @about.text, @about.university %> <%= render 'admin/communication/blocks/static', about: @about %> --- -<%= prepare_html_for_static @about.text, @about.university %> -- GitLab