Ghost/core/client/app/templates/-publish-bar.hbs
2015-03-11 12:37:41 -06:00

13 lines
454 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"}}>
<span class="sr-only">Post settings menu</span>
</button>
{{view "editor-save-button" id="entry-actions" classNameBindings="model.isNew:unsaved"}}
</div>
</div>
</footer>