From 996c68144af4110d32f4cfac079596d308154738 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 20 Jul 2023 15:32:20 +0200 Subject: [PATCH] draft pages in tree [skip ci] --- .../admin/communication/websites/pages/_treebranch.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/communication/websites/pages/_treebranch.html.erb b/app/views/admin/communication/websites/pages/_treebranch.html.erb index 1a40c45f7..2a723e95f 100644 --- a/app/views/admin/communication/websites/pages/_treebranch.html.erb +++ b/app/views/admin/communication/websites/pages/_treebranch.html.erb @@ -5,7 +5,7 @@ class: 'js-treeview-openzone d-inline-block p-2 ps-0', style: 'width: 22px', remote: true do %> <%= render 'admin/application/tree/folder' %> <% end %> - <%= page %> + <span class="leaf-title"><%= page %></span> <%= render 'admin/application/tree/sort' unless page.is_home? %> <%= link_to children_admin_communication_website_page_path(website_id: page.website.id, id: page.id), class: 'js-treeview-openzone small ps-2', remote: true do %> -- GitLab