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