0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed lint

This commit is contained in:
Rishabh 2022-09-30 09:38:15 +05:30
parent 45d65663f4
commit 30efab8401

View file

@ -70,13 +70,13 @@
{{#if this.referrerSource}} {{#if this.referrerSource}}
<p> <p>
{{svg-jar "earth"}} {{svg-jar "earth"}}
Signup source - &nbsp;<span title="{{this.referrerSource}}">{{this.referrerSource}}</span> Signup source-&nbsp;<span title="{{this.referrerSource}}">{{this.referrerSource}}</span>
</p> </p>
{{/if}} {{/if}}
{{#if (and @member.attribution.url @member.attribution.title)}} {{#if (and @member.attribution.url @member.attribution.title)}}
<p> <p>
{{svg-jar "posts"}} {{svg-jar "posts"}}
Signup page - &nbsp;<a href="{{@member.attribution.url}}" target="_blank" rel="noopener noreferrer" title="{{ @member.attribution.title }}">{{ @member.attribution.title }}</a> Signup page-&nbsp;<a href="{{@member.attribution.url}}" target="_blank" rel="noopener noreferrer" title="{{ @member.attribution.title }}">{{ @member.attribution.title }}</a>
</p> </p>
<a href="#" class="gh-member-details-attribution-docs">Learn more →</a> <a href="#" class="gh-member-details-attribution-docs">Learn more →</a>
{{/if}} {{/if}}