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