feat(modal): enable Swift and Kotlin variant
This commit is contained in:
@@ -172,9 +172,11 @@ html(lang='en')
|
|||||||
br
|
br
|
||||||
a(href="https://github.com/contentful/the-example-app.py" rel="noopener" target="_blank") GitHub
|
a(href="https://github.com/contentful/the-example-app.py" rel="noopener" target="_blank") GitHub
|
||||||
li
|
li
|
||||||
img.inactive(src='/images/icon-swift.svg')
|
img(src='/images/icon-swift.svg')
|
||||||
br
|
br
|
||||||
= translate("comingSoonLabel", currentLocale.code)
|
a(href=`https://itunes.apple.com/app/contentful-reference/id1333721890` rel="noopener" target="_blank")= translate("hostedLabel", currentLocale.code)
|
||||||
|
br
|
||||||
|
a(href="https://github.com/contentful/the-example-app.swift" rel="noopener" target="_blank") GitHub
|
||||||
li
|
li
|
||||||
img(src='/images/icon-java.svg')
|
img(src='/images/icon-java.svg')
|
||||||
br
|
br
|
||||||
@@ -182,9 +184,10 @@ html(lang='en')
|
|||||||
br
|
br
|
||||||
a(href="https://github.com/contentful/the-example-app.java" rel="noopener" target="_blank") GitHub
|
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(src='/images/icon-android.svg')
|
||||||
|
a(href=`https://play.google.com/store/apps/details?id=com.contentful.tea.kotlin` rel="noopener" target="_blank")= translate("hostedLabel", currentLocale.code)
|
||||||
br
|
br
|
||||||
= translate("comingSoonLabel", currentLocale.code)
|
a(href="https://github.com/contentful/the-example-app.kotlin" rel="noopener" target="_blank") GitHub
|
||||||
.modal__cta-wrapper
|
.modal__cta-wrapper
|
||||||
a.modal__cta.close(href="#")= translate("modalCTALabel", currentLocale.code)
|
a.modal__cta.close(href="#")= translate("modalCTALabel", currentLocale.code)
|
||||||
.modal__close-wrapper
|
.modal__close-wrapper
|
||||||
|
|||||||
Reference in New Issue
Block a user