{{#if session.isEditor}}
A place for related documents
{{input type='text' id="new-folder-name" class="mousetrap" value=newFolder}}

Copy existing space

{{#ui/ui-checkbox selected=copyTemplate}}Templates{{/ui/ui-checkbox}} {{#ui/ui-checkbox selected=copyBlock}}Reusable content{{/ui/ui-checkbox}} {{#ui/ui-checkbox selected=copyPermission}}Permissions{{/ui/ui-checkbox}} {{#ui/ui-checkbox selected=copyDocument}}Documents{{/ui/ui-checkbox}}
Add
add
Space
{{#dropdown-dialog target="add-space-button" position="bottom left" button="Add" color="flat-green" onAction=(action 'addFolder') focusOn="new-folder-name" }}
{{/dropdown-dialog}} {{/if}}
EVERYONE
{{#unless hasPublicFolders}}
No global spaces
{{/unless}}
    {{#each publicFolders as |folder|}} {{#link-to 'folder' folder.id folder.slug class="link" activeClass='selected' }}
  • {{ folder.name }}
  • {{/link-to}} {{/each}}
{{#if session.authenticated}}
TEAM
{{#unless hasProtectedFolders}}
No protected spaces
{{/unless}}
    {{#each protectedFolders as |folder|}} {{#link-to 'folder' folder.id folder.slug class="link" activeClass='selected' }}
  • {{ folder.name }}
  • {{/link-to}} {{/each}}
PERSONAL
{{#unless hasPrivateFolders}}
No private spaces
{{/unless}}
    {{#each privateFolders as |folder|}} {{#link-to 'folder' folder.id folder.slug class="link" activeClass='selected' }}
  • {{ folder.name }}
  • {{/link-to}} {{/each}}
{{/if}}