mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
33 lines
921 B
Text
33 lines
921 B
Text
extends /templates/base
|
|
|
|
block content
|
|
|
|
h3 Espionage mode
|
|
h5 Please enter the email/username of the person you want to spy on
|
|
.form
|
|
.form-group
|
|
label.control-label Email
|
|
input#user-email
|
|
.form-group
|
|
label.control-label Username
|
|
input#user-username
|
|
|
|
button.btn.btn-primary.btn-large#enter-espionage-mode 007
|
|
|
|
h3(data-i18n="admin.av_title") Admin Views
|
|
|
|
h4(data-i18n="admin.av_entities_sub_title") Entities
|
|
|
|
ul
|
|
li
|
|
a(href="/admin/users", data-i18n="admin.av_entities_users_url") Users
|
|
li
|
|
a(href="/admin/level_sessions", data-i18n="admin.av_entities_active_instances_url") Active Instances
|
|
|
|
h4(data-i18n="admin.av_other_sub_title") Other
|
|
|
|
ul
|
|
li
|
|
a(href="/admin/base", data-i18n="admin.av_other_debug_base_url") Base (for debugging base.jade)
|
|
li
|
|
a(href="/admin/clas", data-i18n="admin.clas") CLAs
|