Ghost/ghost/admin/app/components/dashboard/v5/charts/email.hbs

20 lines
726 B
Handlebars
Raw Normal View History

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