diff --git a/ghost/admin/app/components/dashboard/charts/recents.hbs b/ghost/admin/app/components/dashboard/charts/recents.hbs index 716df66370..f6cb68e435 100644 --- a/ghost/admin/app/components/dashboard/charts/recents.hbs +++ b/ghost/admin/app/components/dashboard/charts/recents.hbs @@ -101,14 +101,14 @@ {{svg-jar parsedEvent.icon}} {{capitalize-first-letter parsedEvent.action}} - - {{#if parsedEvent.url}} - {{parsedEvent.object}} - {{else}} - {{parsedEvent.object}} - {{/if}} + {{#if parsedEvent.url}} + {{parsedEvent.object}} + {{else}} + {{parsedEvent.object}} + {{/if}} + {{#if parsedEvent.info}} {{parsedEvent.info}} - + {{/if}} {{#if (feature "memberAttribution")}} diff --git a/ghost/admin/app/components/members-activity/table-row.hbs b/ghost/admin/app/components/members-activity/table-row.hbs index a843656ac7..82fa0a439c 100644 --- a/ghost/admin/app/components/members-activity/table-row.hbs +++ b/ghost/admin/app/components/members-activity/table-row.hbs @@ -21,17 +21,17 @@