Ghost/core/client/templates/-publish-bar.hbs
Matt Enlow f29231aa70 Add Tab components
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
2014-09-18 18:15:43 -06:00

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>