mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Rename history file tree and move it around.
This commit is contained in:
parent
637c492e6e
commit
4c4a4f10c1
2 changed files with 1 additions and 3 deletions
|
@ -73,7 +73,7 @@ block content
|
|||
)
|
||||
.ui-layout-west
|
||||
include ./editor/file-tree
|
||||
include ./editor/history-file-tree
|
||||
include ./editor/history/fileTreeV2
|
||||
|
||||
.ui-layout-center
|
||||
include ./editor/editor
|
||||
|
|
|
@ -10,8 +10,6 @@ aside.file-tree.full-size(
|
|||
is-loading="history.loadingFileTree"
|
||||
)
|
||||
|
||||
|
||||
|
||||
aside.file-tree.file-tree-history.full-size(
|
||||
ng-controller="FileTreeController"
|
||||
ng-class="{ 'multi-selected': multiSelectedCount > 0 }"
|
Loading…
Reference in a new issue