mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-01 00:15:00 -04:00
Tweak text on admin page
This commit is contained in:
parent
a4461f94ce
commit
0b6390795a
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ block content
|
||||||
form#espionage-form.form-group
|
form#espionage-form.form-group
|
||||||
label.control-label.col-sm-2(for="espionage-name-or-email" data-i18n="admin.av_espionage") Espionage
|
label.control-label.col-sm-2(for="espionage-name-or-email" data-i18n="admin.av_espionage") Espionage
|
||||||
.col-sm-4
|
.col-sm-4
|
||||||
input.form-control#espionage-name-or-email(data-i18n="[placeholder]admin.av_espionage_placeholder", placeholder="Email or username", type="text")
|
input.form-control#espionage-name-or-email(placeholder="Email, username or id", type="text")
|
||||||
.col-sm-1
|
.col-sm-1
|
||||||
button.btn.btn-primary.btn-large#enter-espionage-mode 007
|
button.btn.btn-primary.btn-large#enter-espionage-mode 007
|
||||||
label.control-label.col-sm-5(for="espionage-name-or-email")
|
label.control-label.col-sm-5(for="espionage-name-or-email")
|
||||||
em you are currently #{me.get('name')} at #{me.get('email')}
|
em you are currently #{me.get('name')} at #{me.get('email')}
|
||||||
if view.amActually
|
if view.amActually
|
||||||
br
|
br
|
||||||
em but you are actually #{view.amActually.get('name')} at #{view.amActually.get('email')}
|
em but you are actually #{view.amActually.get('name')} at #{view.amActually.get('email')}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue