codecombat/app/templates/account/main-account-view.jade

28 lines
979 B
Text
Raw Normal View History

extends /templates/base
block content
if me.get('anonymous')
p(data-i18n="account_settings.not_logged_in") Log in or create an account to change your settings.
2015-09-25 13:03:44 -04:00
else
ol.breadcrumb
li
a(href="/")
span.glyphicon.glyphicon-home
li.active(data-i18n="nav.account")
#account-link.panel.panel-default
div.row
#account-links
a.btn.btn-lg.btn-primary(href="/user/#{me.getSlugOrID()}", data-i18n="nav.profile")
div.row
#account-links
a.btn.btn-lg.btn-primary(href="/account/settings", data-i18n="play.settings")
2015-12-06 18:36:54 -05:00
#account-links
a.btn.btn-lg.btn-primary(href="/account/subscription", data-i18n="account.subscription")
div.row
#account-links
a.btn.btn-lg.btn-primary(href="/account/payments", data-i18n="account.payments")
#account-links
2015-10-13 11:05:47 -04:00
a.btn.btn-lg.btn-primary(href="/account/prepaid", data-i18n="account.prepaid_codes") Prepaid Codes