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}}