1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00
documize/gui/app/templates/components/ui/ui-toolbar.hbs

4 lines
98 B
Handlebars
Raw Normal View History

2018-12-14 15:47:41 +00:00
{{yield}}
{{#if tooltip}}
2019-03-13 15:15:12 +00:00
{{#attach-tooltip showDelay=750}}{{tooltip}}{{/attach-tooltip}}
2018-12-14 15:47:41 +00:00
{{/if}}