mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 04:43:12 +03:00
Merge pull request #688 from matthojo/Post-Menu
Temporarily remove unused Post Menu options
This commit is contained in:
commit
087872484b
@ -3,13 +3,7 @@
|
|||||||
<section class="content-list js-content-list">
|
<section class="content-list js-content-list">
|
||||||
<header class="floatingheader">
|
<header class="floatingheader">
|
||||||
<section class="content-filter">
|
<section class="content-filter">
|
||||||
<a class="dropdown" href="#" data-toggle=".menu-drop">All Posts</a>
|
<span>All Posts</span>
|
||||||
<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>
|
</section>
|
||||||
<a href="/ghost/editor" class="button button-add"><span class="hidden">New Post</span></a>
|
<a href="/ghost/editor" class="button button-add"><span class="hidden">New Post</span></a>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user