feat(modal): add java version of tea to about modal
This commit is contained in:
committed by
Benedikt Rötsch
parent
f73f7935bc
commit
fe560c8c2b
@@ -176,9 +176,11 @@ section.modal#about-this-modal
|
|||||||
br
|
br
|
||||||
= translate("comingSoonLabel", currentLocale.code)
|
= translate("comingSoonLabel", currentLocale.code)
|
||||||
li
|
li
|
||||||
img.inactive(src='/images/icon-java.svg')
|
img(src='/images/icon-java.svg')
|
||||||
br
|
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
|
li
|
||||||
img.inactive(src='/images/icon-android.svg')
|
img.inactive(src='/images/icon-android.svg')
|
||||||
br
|
br
|
||||||
|
|||||||
Reference in New Issue
Block a user