mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-04 04:10:33 +03:00
8743766071
Closes #1178 * Add tooltip text to assorted icons within CMS * Add tooltip for blog URL to Ghost logo * Change 'Options' to 'Post Settings' Change 'Options' to 'Post Settings'
17 lines
561 B
Handlebars
17 lines
561 B
Handlebars
{{!< default}}
|
|
<section class="content-view-container">
|
|
<section class="content-list js-content-list">
|
|
<header class="floatingheader">
|
|
<section class="content-filter">
|
|
<span>All Posts</span>
|
|
</section>
|
|
<a href="/ghost/editor/" class="button button-add" title="New Post"><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>
|
|
</section> |