1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 12:05:23 +02:00

Removed space.category screen references

This commit is contained in:
HarveyKandola 2018-06-21 13:58:45 +01:00
parent 5d33860a15
commit 785e4c245d
4 changed files with 659 additions and 668 deletions

View file

@ -33,11 +33,6 @@
{{ui/ui-list-picker items=categories nameField='category' singleSelect=false}}
{{#unless selectedCategories}}
<p class="text-danger">This space has no categories defined yet.</p>
{{#if canAddCategory}}
<p>
{{#link-to 'folder.category' space.id space.slug class="btn btn-secondary font-weight-bold"}}Manage categories{{/link-to}}
</p>
{{/if}}
{{/unless}}
<button type="submit" class="btn btn-success text-uppercase font-weight-bold mt-5" {{action "onSave"}}>Save</button>