mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 07:51:55 +03:00
a32e5a7135
Closes #4106 Moved the `.editor-close` styles to `post-settings-menu.scss`
11 lines
371 B
Handlebars
11 lines
371 B
Handlebars
<footer id="publish-bar">
|
|
<div class="publish-bar-inner">
|
|
{{render 'post-tags-input'}}
|
|
|
|
<div class="publish-bar-actions">
|
|
<button type="button" class='post-settings' {{action "toggleSettingsMenu"}}></button>
|
|
{{view "editor-save-button" id="entry-actions" classNameBindings="isNew:unsaved"}}
|
|
</div>
|
|
</div>
|
|
</footer>
|