Rename history file tree and move it around.

This commit is contained in:
Paulo Reis 2018-05-30 14:21:01 +01:00
parent 637c492e6e
commit 4c4a4f10c1
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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 }"