This commit is contained in:
Nick Winter 2015-03-10 14:49:50 -07:00
parent f2ab176fd6
commit b0dc743126
2 changed files with 2 additions and 3 deletions
app
locale
templates/play

View file

@ -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"

View file

@ -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