mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Use broadName for homepage well instead of email
This commit is contained in:
parent
9619ff5a0a
commit
547b2a2b50
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ mixin box
|
|||
|
||||
else
|
||||
h6#classroom-edition-header(data-i18n="new_home.logged_in_as")
|
||||
p.small #{me.get("email")}
|
||||
p.small=me.broadName()
|
||||
if me.isTeacher()
|
||||
div
|
||||
button.teacher-btn.btn.btn-forest.btn-lg.btn-block(data-event-action="Homepage Click My Classes CTA", data-i18n="new_home.goto_classes")
|
||||
|
|
Loading…
Reference in a new issue