Removed confusing ThangAvatarView title so as not to disturb beginner players in hero levels.

This commit is contained in:
Nick Winter 2014-11-05 13:49:49 -08:00
parent 478cad02d6
commit 6c15833b70

View file

@ -1,7 +1,7 @@
.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)
//- var title = thang.id + " - " + thang.team + (thang.type ? ' - type: "' + thang.type + '"' : '')
img.img-responsive(src=avatarURL)
.badge.problems
.badge.shared-thangs
if includeName