1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00
documize/gui/app/templates/components/ui/ui-button.hbs
sauls8t 93253be0f2 Update document view to use new UI framework
1. Sidebar contains ToC & attachments.
2. Document meta moved up before content (to frame  context).
3. Per section toolbar re-designed.

Co-Authored-By: Harvey Kandola <harvey@documize.com>
2018-12-19 18:36:45 +00:00

5 lines
No EOL
102 B
Handlebars

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