mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
8 lines
365 B
Text
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
|