1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00
documize/gui/app/pods/auth/share/template.hbs
McMatts c49707d160 Make popups close on doble-click + quote @size attrs
1. Popups should close on subsequent trigger clicks
2. @attrs should be quoted as oper linter warnings.
2019-05-28 10:59:48 +01:00

20 lines
446 B
Handlebars

{{#layout/master-sidebar hideNavigation=true}}
<Ui::UiSpacer @size="300" />
<div class="section">
<div class="title">welcome to documize</div>
<p>Let's set up your account and you started</p>
</div>
{{/layout/master-sidebar}}
{{#layout/master-content}}
{{layout/logo-heading
title=appMeta.title
desc=appMeta.message
logo=true}}
{{onboard/share-folder
serial=serial
folderId=folderId
slug=slug}}
{{/layout/master-content}}