Ghost/ghost/admin/app/templates/posts-loading.hbs
Kevin Ansfield 7eaa7170ec clean up content screen prototype
refs https://github.com/TryGhost/Ghost/issues/7860
- load 30 posts per page
- clean up unnecessary styles, match class name to component name
- start moving towards desired content/styles end goal
2017-02-04 09:01:52 -06:00

8 lines
170 B
Handlebars

<section class="gh-view gh-content-view-container">
{{partial "posts-header"}}
<div class="view-container">
{{gh-loading-spinner}}
</div>
</section>