diff --git a/ghost/admin/app/components/modal-post-success.hbs b/ghost/admin/app/components/modal-post-success.hbs index 745f2df0fe..9174b2659d 100644 --- a/ghost/admin/app/components/modal-post-success.hbs +++ b/ghost/admin/app/components/modal-post-success.hbs @@ -7,7 +7,9 @@ @@ -63,7 +63,7 @@ {{/let}} {{/if}} - {{#let (moment-site-tz post.publishedAtUTC) as |publishedAt|}} + {{#let (moment-site-tz this.post.publishedAtUTC) as |publishedAt|}} on {{moment-format publishedAt "D MMM YYYY"}} at diff --git a/ghost/admin/app/components/posts/analytics.hbs b/ghost/admin/app/components/posts/analytics.hbs index 102fbd820f..e9f3a5a5b9 100644 --- a/ghost/admin/app/components/posts/analytics.hbs +++ b/ghost/admin/app/components/posts/analytics.hbs @@ -34,19 +34,15 @@ {{moment-format publishedAt "HH:mm"}} {{/let}} - {{#unless (feature "publishFlowEndScreen")}} - - {{svg-jar "pen" title=""}}Edit post - - {{else}} + {{#if (feature "publishFlowEndScreen")}}
{{#if (feature "publishFlowEndScreen")}} - {{/if}} {{#unless this.post.emailOnly}} - {{/unless}} @@ -73,7 +69,7 @@ Edit post
  • - View in browser + View in browser
  • - {{/unless}} + {{else}} + + {{svg-jar "pen" title=""}}Edit post + + {{/if}}