2022-04-12 15:29:10 +03:00
|
|
|
<section class="gh-dashboard5-section gh-dashboard5-email">
|
|
|
|
<article class="gh-dashboard5-box">
|
2022-04-12 18:03:52 +03:00
|
|
|
<div {{did-insert this.loadCharts}} class="gh-dashboard5-rows">
|
|
|
|
<div class="gh-dashboard5-row">
|
2022-04-12 15:29:10 +03:00
|
|
|
<Dashboard::v5::Parts::Metric
|
|
|
|
@label="Newsletter subscribers"
|
2022-04-13 17:19:26 +03:00
|
|
|
@value={{format-number this.dataSubscribers.total}}
|
|
|
|
/>
|
2022-04-12 15:29:10 +03:00
|
|
|
</div>
|
2022-03-24 17:02:13 +03:00
|
|
|
|
2022-04-12 18:03:52 +03:00
|
|
|
<div class="gh-dashboard5-row">
|
2022-04-12 15:29:10 +03:00
|
|
|
<Dashboard::v5::Parts::Metric
|
|
|
|
@label="Emails sent over last 30 days"
|
2022-04-13 17:19:26 +03:00
|
|
|
@value={{format-number this.dataEmailsSent}}
|
|
|
|
/>
|
2022-04-12 15:29:10 +03:00
|
|
|
</div>
|
2022-03-29 18:53:50 +03:00
|
|
|
</div>
|
2022-04-12 15:29:10 +03:00
|
|
|
</article>
|
|
|
|
</section>
|