mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
19 lines
No EOL
425 B
Text
19 lines
No EOL
425 B
Text
extends /templates/base
|
|
|
|
block content
|
|
|
|
ol.breadcrumb
|
|
li
|
|
a(href="/")
|
|
span.glyphicon.glyphicon-home
|
|
li
|
|
a(href="/account")(data-i18n="nav.account")
|
|
li.active(data-i18n="account_settings.title")
|
|
|
|
if !me.get('anonymous', true)
|
|
#save-button-container
|
|
button#save-button.btn-lg.btn.disabled(data-i18n="general.save" disabled="true") No Changes
|
|
|
|
#account-settings-view
|
|
|
|
block footer |