mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
1fc31fa60d
refs: https://github.com/TryGhost/Team/issues/1445 - includes more tweaks - adds on to recent merged conflicts commit
20 lines
1.1 KiB
Handlebars
20 lines
1.1 KiB
Handlebars
<div class="gh-dashboard5-header">
|
|
<h3 {{did-insert this.loadCharts}}>Overview</h3>
|
|
</div>
|
|
<div class="gh-dashboard5-container">
|
|
<div class="gh-dashboard5-box">
|
|
<h4 class="gh-dashboard5-metric">{{gh-pluralize this.totalMembers "Total member" without-count=true}}</h4>
|
|
<div class="gh-dashboard5-number">{{format-number this.totalMembers}}</div>
|
|
<div class="gh-dashboard5-percentage is-positive">+2.2%</div>
|
|
</div>
|
|
<div class="gh-dashboard5-box">
|
|
<h4 class="gh-dashboard5-metric">{{gh-pluralize this.paidMembers "Paid member" without-count=true}}</h4>
|
|
<div class="gh-dashboard5-number">{{format-number this.paidMembers}}</div>
|
|
<div class="gh-dashboard5-percentage is-positive">+3.3%</div>
|
|
</div>
|
|
<div class="gh-dashboard5-box">
|
|
<h4 class="gh-dashboard5-metric">{{gh-pluralize this.freeMembers "Free member" without-count=true}}</h4>
|
|
<div class="gh-dashboard5-number">{{format-number this.freeMembers}}</div>
|
|
<div class="gh-dashboard5-percentage is-negative">-1.1%</div>
|
|
</div>
|
|
</div> |