Manage Spaces

Delete spaces, take ownership of shared spaces and orphaned spaces

{{#if spaces}}
{{#each spaces as |space|}}
{{#link-to "folder" space.id space.slug class="alt"}}{{space.name}}{{/link-to}}
person_add {{#attach-tooltip showDelay=1000}}Add myself as space owner{{/attach-tooltip}}
delete {{#attach-tooltip showDelay=1000}}Delete space and all content{{/attach-tooltip}}
{{/each}}
{{else}}

There are no shared spaces to manage

{{/if}}