1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-01 19:45:24 +02:00
documize/app/app/pods/customize/users/template.hbs

6 lines
197 B
Handlebars
Raw Normal View History

{{customize/user-settings add=(action 'add')}}
2016-07-07 18:54:16 -07:00
2016-11-04 15:33:56 -07:00
<div class="clearfix" />
{{customize/user-list users=model onDelete=(action "onDelete") onSave=(action "onSave") onPassword=(action "onPassword")}}