mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01:00
ff564e3969
closes #3936 - Implement new PSM - Hook up close action - Automatically close when view is destroyed - Close on click and when pressing ESC
9 lines
258 B
Handlebars
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>
|