0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/admin/views/content.hbs

21 lines
772 B
Handlebars
Raw Normal View History

{{!< default}}
<section class="content-list js-content-list">
<header class="floatingheader">
2013-05-11 11:44:25 -05:00
<section class="content-filter">
<a class="dropdown" href="#" data-toggle=".menu-drop">All Posts</a>
<ul class="menu-drop" style="display:none;">
<li class="active"><a href="#">All Posts</a></li>
<li><a href="#">Recently Edited</a></li>
<li><a href="#">By Author...</a></li>
<li><a href="#">Search</a></li>
</ul>
2013-05-11 11:44:25 -05:00
</section>
<a href="/ghost/editor" class="button button-add"><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>