mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
961ab5f064
closes #3936 - Implement new PSM - Hook up close action - Automatically close when view is destroyed - Close on click and when pressing ESC
10 lines
258 B
Handlebars
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>
|