i18n(refactor): load all files in a locale, not the ones defined in app.json, move env.t client code to own file, add env.isStaticPage (from isFrontPage)
This commit is contained in:
@@ -11,7 +11,7 @@ footer.footer(ng-controller='FooterCtrl')
|
||||
.span3
|
||||
h4=env.t('footerCompany')
|
||||
ul.unstyled
|
||||
if (!env.isFrontPage)
|
||||
if (!env.isStaticPage)
|
||||
li
|
||||
.btn.btn-small.btn-success(ng-click='modals.buyGems = true')
|
||||
i.icon-heart.icon-white
|
||||
|
||||
Reference in New Issue
Block a user