mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
<%= render(
|
|
Primer::Beta::Button.new(
|
|
scheme: :primary,
|
|
aria: { label: aria_label },
|
|
title:,
|
|
test_selector:,
|
|
tag: :a,
|
|
id:,
|
|
href: dynamic_path
|
|
)
|
|
) do |button|
|
|
button.with_leading_visual_icon(icon: :plus)
|
|
label_text
|
|
end %>
|