From 42dfa4c5521e19b845a199599e6bae4286c4ddbb Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 25 Aug 2022 14:27:14 +0100 Subject: [PATCH] Fixed bug where MRR was coming after link in events refs https://github.com/TryGhost/Team/issues/1851 --- ghost/admin/app/components/members-activity/table-row.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/app/components/members-activity/table-row.hbs b/ghost/admin/app/components/members-activity/table-row.hbs index ec65be123f..41221a01cf 100644 --- a/ghost/admin/app/components/members-activity/table-row.hbs +++ b/ghost/admin/app/components/members-activity/table-row.hbs @@ -21,6 +21,9 @@
{{capitalize-first-letter event.action}} + {{#if event.info}} + {{event.info}} + {{/if}} {{#if event.url}} {{event.join}} {{event.object}} @@ -28,9 +31,6 @@ {{#if event.email}} {{/if}} - {{#if event.info}} - {{event.info}} - {{/if}}