mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-01 08:23:57 -04:00
Fixed a couple typos Jade was complaining about.
This commit is contained in:
parent
ab6251281e
commit
c2f77470a0
2 changed files with 2 additions and 2 deletions
app/templates/account
|
@ -7,7 +7,7 @@ block content
|
||||||
a(href="/")
|
a(href="/")
|
||||||
span.glyphicon.glyphicon-home
|
span.glyphicon.glyphicon-home
|
||||||
li
|
li
|
||||||
a(href="/account")(data-i18n="nav.account")
|
a(href="/account", data-i18n="nav.account")
|
||||||
li.active(data-i18n="account_settings.title")
|
li.active(data-i18n="account_settings.title")
|
||||||
|
|
||||||
if !me.get('anonymous', true)
|
if !me.get('anonymous', true)
|
||||||
|
|
|
@ -7,7 +7,7 @@ block content
|
||||||
a(href="/")
|
a(href="/")
|
||||||
span.glyphicon.glyphicon-home
|
span.glyphicon.glyphicon-home
|
||||||
li
|
li
|
||||||
a(href="/account")(data-i18n="nav.account")
|
a(href="/account", data-i18n="nav.account")
|
||||||
li.active(data-i18n="account.payments")
|
li.active(data-i18n="account.payments")
|
||||||
|
|
||||||
if payments.models.length
|
if payments.models.length
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue