codecombat/app/templates/play/level/thang_avatar.jade

8 lines
354 B
Text

.thang-avatar-wrapper(class="team-" + (thang.team || "neutral"))
//canvas(width=100, height=100, title=thang.id + " - " + thang.team)
//- var title = thang.id + " - " + thang.team + (thang.type ? ' - type: "' + thang.type + '"' : '')
img.img-responsive(src=avatarURL)
.badge.problems
.badge.shared-thangs
if includeName
.thang-name= thang.id