mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
bug/67443 Use default scheme for secondary link as per designs (#21296)
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user