1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00
documize/gui/app/pods/customize/backup/template.hbs
McMatts f442081a41 Redesign setting screens
We're using iconography to stylize each setting screen.

Imeplemented new color palletes and shades.
2018-12-13 12:24:16 +00:00

6 lines
231 B
Handlebars

{{layout/logo-heading
title="Backup & Restore"
desc="Export all content to self-contained single zip file"
icon=constants.Icon.Database}}
{{customize/backup-restore onBackup=(action "onBackup") onRestore=(action "onRestore")}}