1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/pods/customize/labels/template.hbs
2022-03-03 19:10:06 -05:00

10 lines
247 B
Handlebars

{{layout/logo-heading
title=(localize 'labels')
desc=(localize 'admin_labels_explain')
icon=constants.Icon.Checkbox}}
{{customize/space-labels
labels=model
onAdd=(action "onAdd")
onDelete=(action "onDelete")
onUpdate=(action "onUpdate")}}