1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

Normalized remaining space options into settings admin

Moved space naming and category management into space settings.
This commit is contained in:
HarveyKandola 2018-06-21 12:38:13 +01:00
parent 29534273b8
commit d689cbc281
16 changed files with 174 additions and 331 deletions

View file

@ -35,9 +35,6 @@ export default Router.map(function () {
path: 's/:folder_id/:folder_slug'
},
function () {
this.route('category', {
path: 'category'
});
this.route('settings', {
path: 'settings'
});