Attempt to resurrect qomet code - need some rewrite
[qomet.git] / views / index.pug
index 70ac099..4eb1653 100644 (file)
@@ -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