diff --git a/ghost/admin/app/components/gh-post-settings-menu.hbs b/ghost/admin/app/components/gh-post-settings-menu.hbs
index db61e8ccf1..ba3a3a6fc5 100644
--- a/ghost/admin/app/components/gh-post-settings-menu.hbs
+++ b/ghost/admin/app/components/gh-post-settings-menu.hbs
@@ -14,7 +14,7 @@
{{!-- new posts don't have a preview link --}}
{{#unless this.post.isNew}}
- {{#if this.post.isPublished}}
+ {{#if (or this.post.isPublished this.post.isSent)}}
View {{this.post.displayName}} {{svg-jar "external"}}