mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
parent
74873c7e48
commit
ac661c19b7
1 changed files with 7 additions and 7 deletions
|
@ -67,17 +67,17 @@
|
|||
{{#if (feature 'sourceAttribution')}}
|
||||
<div class="gh-member-details-attribution">
|
||||
<h4 class="gh-main-section-header small bn">Attribution</h4>
|
||||
{{#if (and @member.attribution.url @member.attribution.title)}}
|
||||
<p>
|
||||
{{svg-jar "posts"}}
|
||||
Signed up on <a href="{{@member.attribution.url}}" target="_blank" rel="noopener noreferrer" title="{{ @member.attribution.title }}">{{ @member.attribution.title }}</a>
|
||||
</p>
|
||||
{{/if}}
|
||||
{{#if (eq this.referrerAttribution.source "Unknown")}}
|
||||
{{else}}
|
||||
<p>
|
||||
{{svg-jar "earth"}}
|
||||
Coming from <p title="{{this.referrerAttribution.source}}">{{this.referrerAttribution.source}}</p>
|
||||
Sign up source: <p title="{{this.referrerAttribution.source}}">{{this.referrerAttribution.source}}</p>
|
||||
</p>
|
||||
{{/if}}
|
||||
{{#if (and @member.attribution.url @member.attribution.title)}}
|
||||
<p>
|
||||
{{svg-jar "posts"}}
|
||||
Sign up page: <a href="{{@member.attribution.url}}" target="_blank" rel="noopener noreferrer" title="{{ @member.attribution.title }}">{{ @member.attribution.title }}</a>
|
||||
</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue