From 4c4a4f10c13e1c19046dee4d3cac51e6cd1a48a5 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 30 May 2018 14:21:01 +0100 Subject: [PATCH] Rename history file tree and move it around. --- services/web/app/views/project/editor.pug | 2 +- .../editor/{history-file-tree.pug => history/fileTreeV2.pug} | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) rename services/web/app/views/project/editor/{history-file-tree.pug => history/fileTreeV2.pug} (99%) diff --git a/services/web/app/views/project/editor.pug b/services/web/app/views/project/editor.pug index 3b611440dd..602b9af86b 100644 --- a/services/web/app/views/project/editor.pug +++ b/services/web/app/views/project/editor.pug @@ -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 diff --git a/services/web/app/views/project/editor/history-file-tree.pug b/services/web/app/views/project/editor/history/fileTreeV2.pug similarity index 99% rename from services/web/app/views/project/editor/history-file-tree.pug rename to services/web/app/views/project/editor/history/fileTreeV2.pug index f7d4afb18d..0f3a2c1203 100644 --- a/services/web/app/views/project/editor/history-file-tree.pug +++ b/services/web/app/views/project/editor/history/fileTreeV2.pug @@ -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 }"