Fixed a couple typos Jade was complaining about.

This commit is contained in:
Nick Winter 2014-11-25 13:26:04 -08:00
parent ab6251281e
commit c2f77470a0
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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