From 978a8eae59c30e4bfb90bc6d2a7c8d4c3a4d4ead Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 19 Feb 2018 16:47:58 +0000 Subject: [PATCH] Move files around. --- services/web/app/views/project/list.pug | 2 +- services/web/app/views/{ => project/list}/front-chat.pug | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename services/web/app/views/{ => project/list}/front-chat.pug (100%) diff --git a/services/web/app/views/project/list.pug b/services/web/app/views/project/list.pug index 8f175c2cd5..3abcde9ba7 100644 --- a/services/web/app/views/project/list.pug +++ b/services/web/app/views/project/list.pug @@ -87,4 +87,4 @@ block content include ./list/modals - include front-chat + include ./list/front-chat diff --git a/services/web/app/views/front-chat.pug b/services/web/app/views/project/list/front-chat.pug similarity index 100% rename from services/web/app/views/front-chat.pug rename to services/web/app/views/project/list/front-chat.pug