silverstripe-webpack/app/templates/Sheadawson/Linkable/Models/Link_buttonghost.ss

3 lines
146 B
Scheme

<% if $LinkURL %>
<a href="$LinkURL"{$TargetAttr}$ClassAttr class="btn btn-outline-primary ghost" title="Go to $Title">$Title</a>
<% end_if %>