docspell/website/site/templates/shortcodes/buttonright.html
2020-08-22 00:19:09 +02:00

6 lines
132 B
HTML

<div class="is-clearfix">
<a class="button is-pulled-right {{ classes }}" href="{{ href }}">
{{ text }}
</a>
</div>