codecombat/app/templates/play/level/thang_avatar.jade
2014-02-24 09:58:12 -08:00

8 lines
365 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, title=title)
.badge.problems
.badge.shared-thangs
if includeName
.thang-name= thang.id