mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
f29231aa70
Closes #3937 - Add ghost tab components - Remove extra container div from Application view - Move right-outlet viewing logic to application level - Prepare PSM.hbs for tabbing
10 lines
256 B
Handlebars
10 lines
256 B
Handlebars
<footer id="publish-bar">
|
|
{{render 'post-tags-input'}}
|
|
|
|
<div class="right">
|
|
<button type="button" class='post-settings' {{action "toggleRightOutlet"}}></button>
|
|
|
|
{{view "editor-save-button" id="entry-actions"}}
|
|
</div>
|
|
</footer>
|