x
1
2
3
4
<a class="gl-button btn btn-md btn-default " target="_blank" href="https://gitlab.com"><span class='gl-button-text'>
This is a link
</span>
</a>
1
2
3
4
5
6
render(Pajamas::ButtonComponent.new(
href: "https://gitlab.com",
target: "_blank"
)) do
"This is a link"
end