mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 14:39:52 +03:00
d05d22c177
refs: https://github.com/TryGhost/Team/issues/1436 - added in lots of demo graphs using EmberChart - renamed some files in v5 folder for better conventions - put each graph for new dashboard into separate components
13 lines
337 B
Handlebars
13 lines
337 B
Handlebars
<h2>Engagement</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> |