mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
10ffe68c08
- Implement new GUI 2.0 dropdowns into templates
20 lines
746 B
Handlebars
20 lines
746 B
Handlebars
<footer id="publish-bar">
|
|
{{render 'post-tags-input'}}
|
|
|
|
<div class="right">
|
|
|
|
<section id="entry-controls" {{bind-attr class="isNew:unsaved"}}>
|
|
{{#gh-popover-button popoverName="post-settings-menu" classNames="post-settings" title="Post Settings"}}
|
|
<span class="hidden">Post Settings</span>
|
|
{{/gh-popover-button}}
|
|
{{#gh-popover name="post-settings-menu" classNames="dropdown post-settings-menu"}}
|
|
<div class="dropdown-menu dropdown-triangle-bottom-right">
|
|
{{render "post-settings-menu" model}}
|
|
</div>
|
|
{{/gh-popover}}
|
|
</section>
|
|
|
|
{{view "editor-save-button" id="entry-actions"}}
|
|
</div>
|
|
</footer>
|