From d87da627d9c4e9b3d7e7de1693f769277a437811 Mon Sep 17 00:00:00 2001 From: Fabien 'egg' O'Carroll Date: Tue, 2 May 2023 19:38:31 -0400 Subject: [PATCH] Added author image to revision history list (#16724) refs https://github.com/TryGhost/Team/issues/3129 This has copied the same pattern from the gh-user-list-item component. Co-authored-by: Sanne de Vries --- ghost/admin/app/components/modal-post-history.hbs | 7 ++++++- ghost/admin/app/components/modal-post-history.js | 4 +++- ghost/admin/app/styles/layouts/post-history.css | 14 +++++++++++++- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs index 540dd49e1e..1feddf93f6 100644 --- a/ghost/admin/app/components/modal-post-history.hbs +++ b/ghost/admin/app/components/modal-post-history.hbs @@ -71,7 +71,12 @@ {{/if}} - {{revision.author.name}} +
+ + + + {{revision.author.name}} +
{{#if (and revision.selected (not revision.latest))}}