From 01f3a532e4c614b50784731ecf2be704dd9a7093 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Mon, 3 Jul 2023 15:49:10 +0200 Subject: [PATCH] fix hard text --- .../admin/communication/blocks/templates/pages/_show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/communication/blocks/templates/pages/_show.html.erb b/app/views/admin/communication/blocks/templates/pages/_show.html.erb index 98defbcc9..f7e3e8965 100644 --- a/app/views/admin/communication/blocks/templates/pages/_show.html.erb +++ b/app/views/admin/communication/blocks/templates/pages/_show.html.erb @@ -9,7 +9,7 @@ class_name += " block-pages--" + block.template.layout <div class="container"> <div class="block-content"> <% unless block.title.blank? %> - <div class="top">rail + <div class="top"> <% unless block.title.blank? %> <% if block.template.layout === "cards" || block.template.layout === "list" %> -- GitLab