X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=views%2Findex.pug;h=4eb1653e45f73e0ecef6b79162792f8a970df355;hb=HEAD;hp=70ac09990823591b4baa95ddc10be083eff59db0;hpb=e99c53fb3be56eb4c685dd061eef0e5b5bf22b73;p=qomet.git diff --git a/views/index.pug b/views/index.pug index 70ac099..4eb1653 100644 --- a/views/index.pug +++ b/views/index.pug @@ -6,14 +6,12 @@ block stylesheets block content .container .row - .card.col.s12.m8.offset-m2.l6.offset-l3.xl4.offset-xl4 + .card.col.s12.m10.offset-m1.l8.offset-l2.xl6.offset-xl3 table thead tr th Name - th Forename tbody each user in userArray tr.teacher(onClick="document.location.href='/" + user.initials+ "'") td= user.name - td= user.forename