0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/views/content.hbs

18 lines
571 B
Handlebars
Raw Normal View History

{{!< default}}
<section class="content-view-container">
<section class="content-list js-content-list">
<header class="floatingheader">
<section class="content-filter">
2013-11-12 03:19:02 -05:00
<small>All Posts</small>
</section>
<a href="{{admin_url}}/editor/" class="button button-add" title="New Post"><span class="hidden">New Post</span></a>
</header>
<section class="content-list-content">
<ol></ol>
2013-05-11 11:44:25 -05:00
</section>
</section>
2013-05-11 11:44:25 -05:00
<section class="content-preview js-content-preview">
</section>
</section>