From 475ec2f58fd3895cac6b2f5f8ccfa46253b27e5a Mon Sep 17 00:00:00 2001 From: Khaled Garbaya Date: Wed, 8 Nov 2017 11:05:20 +0100 Subject: [PATCH] fix: Fix Editorial feature --- views/mixins/_editorialFeatures.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/mixins/_editorialFeatures.pug b/views/mixins/_editorialFeatures.pug index ed6a5d2..2955f92 100644 --- a/views/mixins/_editorialFeatures.pug +++ b/views/mixins/_editorialFeatures.pug @@ -8,7 +8,7 @@ mixin editorialFeatures(entry) +entryState(entry) .editorial-features__item a.editorial-features__text( - href=`https://app.contentful.com/spaces/${settings.space}/entries/${entry.sys.id}` + href=`https://app.contentful.com/spaces/${settings.spaceId}/entries/${entry.sys.id}` target='_blank' rel='noopener' ) Edit in the web app