From fe560c8c2bda7a19b20aef90caa0ddbdd5ee3a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Wed, 31 Jan 2018 10:21:50 +0100 Subject: [PATCH] feat(modal): add java version of tea to about modal --- views/layout.pug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/layout.pug b/views/layout.pug index 34946a9..6e023ff 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -176,9 +176,11 @@ section.modal#about-this-modal br = translate("comingSoonLabel", currentLocale.code) li - img.inactive(src='/images/icon-java.svg') + img(src='/images/icon-java.svg') br - = translate("comingSoonLabel", currentLocale.code) + a(href=`https://the-example-app-java.herokuapp.com/${queryStringSettings}` rel="noopener" target="_blank")= translate("hostedLabel", currentLocale.code) + br + a(href="https://github.com/contentful/the-example-app.java" rel="noopener" target="_blank") GitHub li img.inactive(src='/images/icon-android.svg') br