Ghost/ghost/admin/templates/-publish-bar.hbs

10 lines
258 B
Handlebars
Raw Normal View History

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