mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
15 lines
300 B
Text
15 lines
300 B
Text
|
extends /templates/base
|
||
|
|
||
|
block content
|
||
|
|
||
|
h1(data-i18n="admin.clas") CLAs
|
||
|
|
||
|
table.table.table-striped.table-bordered.table-condensed#clas
|
||
|
tbody
|
||
|
each cla in clas
|
||
|
tr
|
||
|
td #{cla.name}
|
||
|
td #{cla.email}
|
||
|
td #{cla.githubUsername}
|
||
|
td #{cla.created}
|
||
|
|