Merge pull request #3890 from codecombat/update-footer

Replace Educator Wiki footer link with Resource Hub
This commit is contained in:
Robin Yang 2016-08-29 17:08:59 -07:00 committed by GitHub
commit 5554a733a9
2 changed files with 2 additions and 1 deletions

View file

@ -129,6 +129,7 @@
faqs: "FAQs" faqs: "FAQs"
help_pref: "Need help? Email" help_pref: "Need help? Email"
help_suff: "and we'll get in touch!" help_suff: "and we'll get in touch!"
resource_hub: "Resource Hub"
modal: modal:
cancel: "Cancel" cancel: "Cancel"

View file

@ -105,7 +105,7 @@ mixin accountLinks
li li
a(href="/teachers/classes", data-i18n="nav.teachers") a(href="/teachers/classes", data-i18n="nav.teachers")
li li
a(href="https://sites.google.com/a/codecombat.com/teacher-guides/", data-i18n="nav.educator_wiki") a(href="/teachers/resources", data-i18n="nav.resource_hub")
li li
a(href="/teachers/demo", data-i18n="teachers_quote.title") a(href="/teachers/demo", data-i18n="teachers_quote.title")