docspell/website/site/templates/shortcodes/buttonright.html

6 lines
132 B
HTML
Raw Normal View History

2020-08-21 22:18:56 +00:00
<div class="is-clearfix">
<a class="button is-pulled-right {{ classes }}" href="{{ href }}">
{{ text }}
</a>
</div>