mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 11:27:21 -04:00
Tweaks to #2418.
This commit is contained in:
parent
f2ab176fd6
commit
b0dc743126
2 changed files with 2 additions and 3 deletions
app
|
@ -449,7 +449,7 @@
|
|||
weapons: "Weapons"
|
||||
weapons_warrior: "Swords - Short Range, No Magic"
|
||||
weapons_ranger: "Crossbows, Guns - Long Range, No Magic"
|
||||
weapons_wizard: "Wands, Staffs - Long Range Staffs, Magic"
|
||||
weapons_wizard: "Wands, Staffs - Long Range, Magic"
|
||||
attack: "Damage" # Can also translate as "Attack"
|
||||
health: "Health"
|
||||
speed: "Speed"
|
||||
|
|
|
@ -103,8 +103,7 @@ else
|
|||
button.btn.btn-illustrated.login-button.btn-warning(data-i18n="login.log_in")
|
||||
button.btn.btn-illustrated.signup-button.btn-danger(data-i18n="signup.sign_up")
|
||||
else
|
||||
a(href="/account")
|
||||
span.player-name.spr= me.get('name')
|
||||
a(data-toggle="coco-modal", data-target="play/modal/PlayAccountModal").player-name.spr= me.get('name')
|
||||
button#logout-button.btn.btn-illustrated.btn-warning(data-i18n="login.log_out") Log Out
|
||||
if me.isPremium()
|
||||
button.btn.btn-illustrated.btn-primary(data-i18n="nav.contact", data-toggle="coco-modal", data-target="core/ContactModal") Contact
|
||||
|
|
Loading…
Reference in a new issue