From 8e7068f27f8d181ac584d1a045d77f0ff76be767 Mon Sep 17 00:00:00 2001 From: Mir Bhatia Date: Fri, 22 May 2026 14:55:22 +0200 Subject: [PATCH] Update dialog variant for time logging --- .../app/components/time_entries/entry_dialog_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/costs/app/components/time_entries/entry_dialog_component.html.erb b/modules/costs/app/components/time_entries/entry_dialog_component.html.erb index 3fdb2c68e1a..92c4e64d4cb 100644 --- a/modules/costs/app/components/time_entries/entry_dialog_component.html.erb +++ b/modules/costs/app/components/time_entries/entry_dialog_component.html.erb @@ -1,4 +1,4 @@ -<%= render(Primer::Alpha::Dialog.new(title: t("caption_log_time_dialog"), size: :medium_portrait, id: MODAL_ID, data: { "keep-open-on-submit": true, "controller" => "time-entry", "time-entry-id" => time_entry.id, "ongoing" => time_entry.ongoing? })) do |d| %> +<%= render(Primer::Alpha::Dialog.new(title: t("caption_log_time_dialog"), size: :medium, position: :right, id: MODAL_ID, data: { "keep-open-on-submit": true, "controller" => "time-entry", "time-entry-id" => time_entry.id, "ongoing" => time_entry.ongoing? })) do |d| %> <% d.with_header(variant: :large) %> <% d.with_body do %> <%= render(