mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 07:16:52 +03:00
Removed subscription source when it's unknown
refs https://github.com/TryGhost/Team/issues/1904
This commit is contained in:
parent
89d4e3daf9
commit
e98dda15f9
@ -215,10 +215,13 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="gh-membertier-details">
|
<div class="gh-membertier-details">
|
||||||
|
{{#if (eq sub.attribution.referrerSource 'Unknown')}}
|
||||||
|
{{else}}
|
||||||
<div class="gh-membertier-detail">
|
<div class="gh-membertier-detail">
|
||||||
<h4>Subscription source</h4>
|
<h4>Subscription source</h4>
|
||||||
<p><span class="fw6">{{sub.attribution.referrerSource}}</span></p>
|
<p><span class="fw6">{{sub.attribution.referrerSource}}</span></p>
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
{{#if (and sub.attribution sub.attribution.url sub.attribution.title)}}
|
{{#if (and sub.attribution sub.attribution.url sub.attribution.title)}}
|
||||||
<div class="gh-membertier-detail">
|
<div class="gh-membertier-detail">
|
||||||
<h4>Subscription page</h4>
|
<h4>Subscription page</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user