mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
7 lines
274 B
Text
7 lines
274 B
Text
.thang-avatar-wrapper(class="team-" + (thang.team || "neutral"))
|
|
//canvas(width=100, height=100, title=thang.id + " - " + thang.team)
|
|
img(src=avatarURL, title=thang.id + " - " + thang.team)
|
|
.badge.problems
|
|
.badge.shared-thangs
|
|
if includeName
|
|
.thang-name= thang.id
|