codecombat/app/templates/admin/clas.jade

16 lines
328 B
Text
Raw Normal View History

2014-03-21 19:22:47 -04:00
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}
if me.isAdmin()
td #{cla.email}
2014-03-21 19:22:47 -04:00
td #{cla.githubUsername}
td #{cla.created}