Make content wrapper have main role

This commit is contained in:
Alasdair Smith 2018-04-16 11:43:24 +01:00
parent 3482724679
commit 671a2c9767

View file

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