mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-01 03:16:56 -05:00
Removed confusing ThangAvatarView title so as not to disturb beginner players in hero levels.
This commit is contained in:
parent
478cad02d6
commit
6c15833b70
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
.thang-avatar-wrapper(class="team-" + (thang.team || "neutral"))
|
.thang-avatar-wrapper(class="team-" + (thang.team || "neutral"))
|
||||||
//canvas(width=100, height=100, title=thang.id + " - " + thang.team)
|
//canvas(width=100, height=100, title=thang.id + " - " + thang.team)
|
||||||
- var title = thang.id + " - " + thang.team + (thang.type ? ' - type: "' + thang.type + '"' : '')
|
//- var title = thang.id + " - " + thang.team + (thang.type ? ' - type: "' + thang.type + '"' : '')
|
||||||
img.img-responsive(src=avatarURL, title=title)
|
img.img-responsive(src=avatarURL)
|
||||||
.badge.problems
|
.badge.problems
|
||||||
.badge.shared-thangs
|
.badge.shared-thangs
|
||||||
if includeName
|
if includeName
|
||||||
|
|
Loading…
Reference in a new issue