mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
1818f631bd
closes #2425 - creates custom view for the tag editor
20 lines
738 B
Handlebars
20 lines
738 B
Handlebars
<footer id="publish-bar">
|
|
<nav>
|
|
{{view "editor-tags" tagName="section" id="entry-tags" class="left"}}
|
|
|
|
<div class="right">
|
|
|
|
<section id="entry-controls">
|
|
{{#gh-popover-button popoverName="post-settings-menu" tagName="a" href="#" classNames="post-settings" title="Post Settings"}}
|
|
<span class="hidden">Post Settings</span>
|
|
{{/gh-popover-button}}
|
|
{{#gh-popover name="post-settings-menu" classNames="post-settings-menu menu-right"}}
|
|
{{view "post-settings-menu-view"}}
|
|
{{/gh-popover}}
|
|
</section>
|
|
|
|
{{view "editor-save-button" id="entry-actions"}}
|
|
</div>
|
|
</nav>
|
|
</footer>
|