From b2a2c09717b8dc1bd3f7f298de6fbc9aaab40696 Mon Sep 17 00:00:00 2001 From: Klaus Zanders Date: Thu, 11 Jun 2026 11:34:05 +0200 Subject: [PATCH] Remove divider on the footer --- .../resource_allocations/list_dialog_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/resource_management/app/components/resource_allocations/list_dialog_component.html.erb b/modules/resource_management/app/components/resource_allocations/list_dialog_component.html.erb index 1b53f45e8a4..28d463c6e78 100644 --- a/modules/resource_management/app/components/resource_allocations/list_dialog_component.html.erb +++ b/modules/resource_management/app/components/resource_allocations/list_dialog_component.html.erb @@ -43,7 +43,7 @@ See COPYRIGHT and LICENSE files for more details. render(ResourceAllocations::ListComponent.new(project:, work_package:, allocations:, visible_principal_ids:, overbooked_ids:)) end - dialog.with_footer(show_divider: true) do + dialog.with_footer do # `mr: :auto` pushes the allocate action to the left of the footer's # flex row, leaving the close button right-aligned. concat(