mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
30b4eb07f7
- This is a first pass at getting a more logical structure. The focus is on moving from admin/frontend to client/server. - The location of the databases is highly important, this isn't expected to change again In the future - client/assets should probably become public/ - more stuff should be shared (helpers etc) - cleanup some confusion around tpl and views
9 lines
No EOL
375 B
Handlebars
9 lines
No EOL
375 B
Handlebars
<div class="chart">
|
|
<canvas id="poststats" width="250" height="250"></canvas>
|
|
<div class="sheen"></div>
|
|
<ul class="data">
|
|
<li><span class="ready">{{content.data.ready}}</span> Ready</li>
|
|
<li><span class="pending">{{content.data.pending}}</span> Pending</li>
|
|
<li><span class="draft">{{content.data.draft}}</span> Draft</li>
|
|
</ul>
|
|
</div> |