Change modal text; add link to model's repo to localization files (#57)

This commit is contained in:
JP
2017-11-09 15:54:12 +01:00
committed by GitHub
parent 6fe44b725b
commit c91c141bb1
4 changed files with 23 additions and 19 deletions

View File

@@ -131,11 +131,13 @@ html
.modal__wrapper
h1.modal__title #{translate('modalTitle', currentLocale.code)}
.modal__content
p #{translate('modalIntro', currentLocale.code)}
p #{translate('modalIntro', currentLocale.code)} 
a(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener') GitHub
| .
p
| #{translate('modalCodeIntro', currentLocale.code)} 
a(href='https://github.com/contentful/the-example-app.nodejs' target='_blank' rel='noopener') Github
| .
| #{translate('modalSpaceIntro', currentLocale.code)} 
a(href='https://github.com/contentful/content-models/tree/master/the-example-app' target='_blank' rel='noopener')=translate('modalSpaceLinkLabel', currentLocale.code)
| .
.modal__cta-wrapper
a(href='#').modal__cta.close #{translate('modalCTALabel', currentLocale.code)}
.modal__close-wrapper