Ghost/core/client/templates/-publish-bar.hbs
Fabian Becker 961ab5f064 Post Settings Menu - Step 1
closes #3936
- Implement new PSM
- Hook up close action
- Automatically close when view is destroyed
- Close on click and when pressing ESC
2014-09-10 17:31:19 +02:00

10 lines
258 B
Handlebars

<footer id="publish-bar">
{{render 'post-tags-input'}}
<div class="right">
<button type="button" class='post-settings' {{action "togglePostSettings"}}></button>
{{view "editor-save-button" id="entry-actions"}}
</div>
</footer>