mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
13 lines
436 B
Handlebars
13 lines
436 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"}}>
|
|
<i class="icon-settings"></i>
|
|
</button>
|
|
{{view "editor-save-button" id="entry-actions" classNameBindings="model.isNew:unsaved"}}
|
|
</div>
|
|
</div>
|
|
</footer>
|