From ac661c19b7d8dd27ac4537b9afc53c388d6c3eae Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Mon, 26 Sep 2022 17:26:01 +0200 Subject: [PATCH] Updated copy refs https://github.com/TryGhost/Team/issues/1953 --- ghost/admin/app/components/gh-member-details.hbs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ghost/admin/app/components/gh-member-details.hbs b/ghost/admin/app/components/gh-member-details.hbs index f1cca89a14..a99b00be8c 100644 --- a/ghost/admin/app/components/gh-member-details.hbs +++ b/ghost/admin/app/components/gh-member-details.hbs @@ -67,17 +67,17 @@ {{#if (feature 'sourceAttribution')}}

Attribution

- {{#if (and @member.attribution.url @member.attribution.title)}} -

- {{svg-jar "posts"}} - Signed up on {{ @member.attribution.title }} -

- {{/if}} {{#if (eq this.referrerAttribution.source "Unknown")}} {{else}}

{{svg-jar "earth"}} - Coming from 

{{this.referrerAttribution.source}}

+ Sign up source: 

{{this.referrerAttribution.source}}

+

+ {{/if}} + {{#if (and @member.attribution.url @member.attribution.title)}} +

+ {{svg-jar "posts"}} + Sign up page: {{ @member.attribution.title }}

{{/if}}