2014-03-02 18:30:35 +04:00
|
|
|
<footer id="publish-bar">
|
|
|
|
<nav>
|
|
|
|
<section id="entry-tags" href="#" class="left">
|
|
|
|
<label class="tag-label" for="tags" title="Tags"><span class="hidden">Tags</span></label>
|
2014-05-09 09:00:10 +04:00
|
|
|
<div class="tags">
|
|
|
|
{{#each tags}}
|
|
|
|
<span class="tag">{{name}}</span>
|
|
|
|
{{/each}}
|
|
|
|
</div>
|
2014-03-02 18:30:35 +04:00
|
|
|
<input type="hidden" class="tags-holder" id="tags-holder">
|
|
|
|
<input class="tag-input" id="tags" type="text" data-input-behaviour="tag" />
|
|
|
|
<ul class="suggestions overlay"></ul>
|
|
|
|
</section>
|
|
|
|
<div class="right">
|
|
|
|
|
|
|
|
<section id="entry-controls">
|
2014-05-31 04:07:15 +04:00
|
|
|
{{#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}}
|
2014-03-02 18:30:35 +04:00
|
|
|
</section>
|
|
|
|
|
2014-05-21 17:53:00 +04:00
|
|
|
{{view "editor-save-button" id="entry-actions"}}
|
2014-03-02 18:30:35 +04:00
|
|
|
</div>
|
|
|
|
</nav>
|
2014-04-20 18:48:34 +04:00
|
|
|
</footer>
|