From 148caaf06d3715a78c6c77e809c9270d243fcbc5 Mon Sep 17 00:00:00 2001 From: Naz Date: Fri, 13 Aug 2021 17:47:02 +0400 Subject: [PATCH] Changed the public URL for sent email only post refs https://github.com/TryGhost/Team/issues/954 - The URL for email-only posts is served with an `/email/` prefix, so it didn't make sense to show a regular URL in the PSM for such posts --- ghost/admin/app/components/gh-post-settings-menu.hbs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/gh-post-settings-menu.hbs b/ghost/admin/app/components/gh-post-settings-menu.hbs index 7168488e45..854d7bcc91 100644 --- a/ghost/admin/app/components/gh-post-settings-menu.hbs +++ b/ghost/admin/app/components/gh-post-settings-menu.hbs @@ -36,7 +36,11 @@ @focus-out={{action "updateSlug" this.slugValue}} @stopEnterKeyDownPropagation={{true}} /> - + {{#if this.post.isSent}} + + {{else}} + + {{/if}}