Fix for issue #3477, 'No "Contact Us" at Bottom of the page. Added the new link and used the existing env.t('contactUs') string so all the translations are correct. Also added the link to layout.jade because that was stubbed out there in comments. Both links go to a new page with other links as described in the issue.

This commit is contained in:
Michael Looby
2014-08-26 14:59:54 -04:00
parent 77a06655b6
commit 5f8a76e579
3 changed files with 34 additions and 9 deletions
+2
View File
@@ -33,6 +33,8 @@ footer.footer(ng-controller='FooterCtrl')
a(href='/static/privacy')=env.t('companyPrivacy')
li
a(href='/static/terms')=env.t('companyTerms')
li
a(href='/static/contact')=env.t('contactUs')
.col-sm-3
h4=env.t('footerCommunity')
ul.list-unstyled