mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 09:50:34 +03:00
159f56b0d2
refs https://github.com/TryGhost/Team/issues/1442 All the data from the charts now come from the dashboard stats service
13 lines
355 B
Handlebars
13 lines
355 B
Handlebars
<h2>Engagement ({{this.status}})</h2>
|
|
|
|
<div class="prototype-counts">
|
|
<div class="prototype-box">
|
|
<div class="number">{{this.data30Days}}</div>
|
|
<div>Engaged in past 30 days</div>
|
|
</div>
|
|
|
|
<div class="prototype-box">
|
|
<div class="number">{{this.data7Days}}</div>
|
|
<div>Engaged in past 7 days</div>
|
|
</div>
|
|
</div> |