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

8 lines
289 B
Text
Raw Normal View History

2014-01-03 13:32:13 -05:00
.thang-avatar-wrapper(class="team-" + (thang.team || "neutral"))
//canvas(width=100, height=100, title=thang.id + " - " + thang.team)
img.img-responsive(src=avatarURL, title=thang.id + " - " + thang.team)
2014-01-03 13:32:13 -05:00
.badge.problems
.badge.shared-thangs
if includeName
.thang-name= thang.id