mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
<%=
|
|
subheader.with_action_button(
|
|
scheme: :primary,
|
|
leading_icon: leading_icon,
|
|
label: aria_label,
|
|
title:,
|
|
tag: :a,
|
|
id:,
|
|
href: dynamic_path,
|
|
test_selector:
|
|
) do
|
|
label_text
|
|
end
|
|
%>
|