2014-03-02 18:30:35 +04:00
|
|
|
<footer id="publish-bar">
|
2014-09-23 20:49:17 +04:00
|
|
|
<div class="publish-bar-inner">
|
|
|
|
{{render 'post-tags-input'}}
|
|
|
|
|
|
|
|
<div class="publish-bar-actions">
|
2015-03-08 18:58:51 +03:00
|
|
|
<button type="button" class="post-settings" {{action "toggleSettingsMenu"}}>
|
2015-05-13 01:49:11 +03:00
|
|
|
<i class="icon-settings"></i>
|
2015-03-08 18:58:51 +03:00
|
|
|
</button>
|
2014-12-30 05:11:24 +03:00
|
|
|
{{view "editor-save-button" id="entry-actions" classNameBindings="model.isNew:unsaved"}}
|
2014-09-23 20:49:17 +04:00
|
|
|
</div>
|
2014-08-06 03:07:32 +04:00
|
|
|
</div>
|
2014-04-20 18:48:34 +04:00
|
|
|
</footer>
|