1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/templates/-publish-bar.hbs
Fabian Becker ff564e3969 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

9 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>