From 0ab03d60a95d8af4e90ee8a8ce2e4cdc10c5a190 Mon Sep 17 00:00:00 2001 From: Kabiru Mwenja Date: Tue, 2 Dec 2025 12:28:16 +0300 Subject: [PATCH] bug/67443 Use default scheme for secondary link as per designs (#21296) --- .../document_categories/deprecation_notice_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/documents/app/components/documents/admin/document_categories/deprecation_notice_component.html.erb b/modules/documents/app/components/documents/admin/document_categories/deprecation_notice_component.html.erb index deb4c5615f7..e7c5c937443 100644 --- a/modules/documents/app/components/documents/admin/document_categories/deprecation_notice_component.html.erb +++ b/modules/documents/app/components/documents/admin/document_categories/deprecation_notice_component.html.erb @@ -44,7 +44,7 @@ ).with_content(I18n.t("documents.document_categories_deprecation_notice.primary_action")) component.with_secondary_action( - scheme: :secondary, + scheme: :default, label: I18n.t("documents.document_categories_deprecation_notice.secondary_action"), tag: :a, href: OpenProject::Static::Links.url_for(:documents_docs)