1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00
documize/gui/app/templates/components/ui/ui-toolbar-button.hbs
Harvey Kandola de273a38ed New toolbar styling and layout controls
Built to work with forthcoming feature set that requires display of more options.
2019-05-21 17:05:57 +01:00

5 lines
No EOL
118 B
Handlebars

{{#if hasIcon}}
<i class="dicon {{iconClass}}"/>
{{/if}}
<div class="label" title={{label}}>{{label}}</div>
{{yield}}