1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

[WIP] refactoring start document UX

This commit is contained in:
Harvey Kandola 2017-11-22 17:27:09 +00:00
parent aee9345886
commit 18fc5db8c6
13 changed files with 145 additions and 198 deletions

View file

@ -1,4 +1,4 @@
{{folder/space-heading space=space permissions=permissions}}
{{folder/space-heading space=space permissions=permissions }}
{{#if hasCategories}}
<div class="clearfix">
@ -33,6 +33,3 @@
{{folder/documents-list documents=filteredDocs spaces=spaces space=space
templates=templates permissions=permissions
onDeleteDocument=(action 'onDeleteDocument') onMoveDocument=(action 'onMoveDocument')}}
{{folder/start-document folder=space templates=templates permissions=permissions
onImport=(action 'onImport') onHideStartDocument=(action 'onHideStartDocument')}}