1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Migrate views to new master layout

This commit is contained in:
Harvey Kandola 2019-05-20 17:40:57 +01:00
parent 14f313a836
commit 08794f8d5f
17 changed files with 419 additions and 414 deletions

View file

@ -17,6 +17,9 @@ import AuthMixin from '../../mixins/auth';
import Component from '@ember/component';
export default Component.extend(AuthMixin, {
tagName: 'div',
classNames: ['master-sidebar'],
router: service(),
documentService: service('document'),
folderService: service('folder'),