Add aria role to warning

This commit is contained in:
Alasdair Smith 2017-12-01 11:00:13 +00:00
parent 7d58427485
commit 5b8c9b2f4c

View file

@ -116,7 +116,7 @@
.row.row-spaced
each warning in warnings
.col-xs-12
.alert.alert-warning= warning
.alert.alert-warning(role="alert")= warning
.col-xs-12
.card.card-thin.project-list-card