Commit | Line | Data |
---|---|---|
e99c53fb BA |
1 | extends layout |
2 | ||
3 | block stylesheets | |
4 | link(rel="stylesheet", href="/stylesheets/index.css") | |
5 | ||
6 | block content | |
7 | .container | |
8 | .row | |
43828378 | 9 | .card.col.s12.m10.offset-m1.l8.offset-l2.xl6.offset-xl3 |
e99c53fb BA |
10 | table |
11 | thead | |
12 | tr | |
13 | th Name | |
e99c53fb BA |
14 | tbody |
15 | each user in userArray | |
16 | tr.teacher(onClick="document.location.href='/" + user.initials+ "'") | |
17 | td= user.name |