22fe1c01de
fixes https://github.com/TryGhost/Team/issues/2084 - When audience feedback is enabled, we use a single 'conversions' count instead of having separate ones for signups and paid conversions. - The analytics component is separated so we can change it without breaking the existing page.
6 lines
148 B
Handlebars
6 lines
148 B
Handlebars
{{#if (feature 'audienceFeedback') }}
|
|
<Posts::Analytics @post={{this.post}} />
|
|
{{else}}
|
|
<Posts::OldAnalytics @post={{this.post}} />
|
|
{{/if}}
|