mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -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
21 lines
No EOL
780 B
Handlebars
21 lines
No EOL
780 B
Handlebars
{{!< default}}
|
|
<section class="content-list js-content-list">
|
|
<header class="floatingheader">
|
|
<section class="content-filter">
|
|
<a class="dropdown" href="#" data-toggle=".menu-drop">All Posts</a>
|
|
<ul class="menu-drop overlay" 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>
|
|
</section>
|
|
<a href="/ghost/editor" class="button button-add"><span class="hidden">New Post</span></a>
|
|
</header>
|
|
<section class="content-list-content">
|
|
<ol></ol>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="content-preview js-content-preview">
|
|
</section> |