mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -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="/")
|
||||
span.glyphicon.glyphicon-home
|
||||
li
|
||||
a(href="/account")(data-i18n="nav.account")
|
||||
a(href="/account", data-i18n="nav.account")
|
||||
li.active(data-i18n="account_settings.title")
|
||||
|
||||
if !me.get('anonymous', true)
|
||||
|
|
|
@ -7,7 +7,7 @@ block content
|
|||
a(href="/")
|
||||
span.glyphicon.glyphicon-home
|
||||
li
|
||||
a(href="/account")(data-i18n="nav.account")
|
||||
a(href="/account", data-i18n="nav.account")
|
||||
li.active(data-i18n="account.payments")
|
||||
|
||||
if payments.models.length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue