mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
0c1d7518fd
Closes #4123, closes #4114, references #4105 - Rewrite to use flexbox for über mobile goodness - Fixes tag suggestions (using the new dropdown style) - Fixes vertical alignment
13 lines
339 B
Handlebars
13 lines
339 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 "toggleRightOutlet"}}></button>
|
|
{{view "editor-save-button" id="entry-actions"}}
|
|
</div>
|
|
</div>
|
|
|
|
</footer>
|