X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=views%2Findex.pug;h=98567588bd8be1a66afdbda3878c465c01c6d330;hp=70ac09990823591b4baa95ddc10be083eff59db0;hb=b3540dbb5c169db3c7cf49a04e253ab3a6940916;hpb=1131a8e77245bf3e088d945db785c1e22dc5f998 diff --git a/views/index.pug b/views/index.pug index 70ac099..9856758 100644 --- a/views/index.pug +++ b/views/index.pug @@ -11,9 +11,7 @@ block content 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