mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
9 lines
447 B
Text
9 lines
447 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.avatar(src=avatarURL, draggable="false")
|
|
img.avatar-frame(src="/images/level/thang_avatar_frame.png", draggable="false")
|
|
.badge.problems
|
|
.badge.shared-thangs
|
|
if includeName
|
|
.thang-name= thang.id
|