mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed lint
This commit is contained in:
parent
45d65663f4
commit
30efab8401
1 changed files with 2 additions and 2 deletions
|
@ -70,13 +70,13 @@
|
|||
{{#if this.referrerSource}}
|
||||
<p>
|
||||
{{svg-jar "earth"}}
|
||||
Signup source - <span title="{{this.referrerSource}}">{{this.referrerSource}}</span>
|
||||
Signup source- <span title="{{this.referrerSource}}">{{this.referrerSource}}</span>
|
||||
</p>
|
||||
{{/if}}
|
||||
{{#if (and @member.attribution.url @member.attribution.title)}}
|
||||
<p>
|
||||
{{svg-jar "posts"}}
|
||||
Signup page - <a href="{{@member.attribution.url}}" target="_blank" rel="noopener noreferrer" title="{{ @member.attribution.title }}">{{ @member.attribution.title }}</a>
|
||||
Signup page- <a href="{{@member.attribution.url}}" target="_blank" rel="noopener noreferrer" title="{{ @member.attribution.title }}">{{ @member.attribution.title }}</a>
|
||||
</p>
|
||||
<a href="#" class="gh-member-details-attribution-docs">Learn more →</a>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Reference in a new issue