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:
Matteo Pagliazzi
2014-02-06 17:17:21 +01:00
parent 01c4c4498a
commit 90e9a1aeaa
7 changed files with 35 additions and 27 deletions
+1 -1
View File
@@ -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