diff --git a/services/web/app/views/project/editor.pug b/services/web/app/views/project/editor.pug index da13deaa1f..a9ba703a32 100644 --- a/services/web/app/views/project/editor.pug +++ b/services/web/app/views/project/editor.pug @@ -57,8 +57,9 @@ block content include ./editor/share != moduleIncludes("publish:body", locals) - #ide-body( + main#ide-body( ng-cloak, + role="main", layout="main", ng-hide="state.loading", resize-on="layout:chat:resize", diff --git a/services/web/app/views/project/list.pug b/services/web/app/views/project/list.pug index 75cd1eb9a7..63f95ab37a 100644 --- a/services/web/app/views/project/list.pug +++ b/services/web/app/views/project/list.pug @@ -56,7 +56,10 @@ block content href ng-click="showAll();" ) Show all - .content.content-alt.project-list-page(ng-controller="ProjectPageController") + main.content.content-alt.project-list-page( + ng-controller="ProjectPageController" + role="main" + ) - if(typeof(suppressSystemMessages) == "undefined") .system-messages( ng-cloak