Files
openproject/app/components/add_button_component.html.erb

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
%>