0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Swap in new action

This commit is contained in:
Jason Williams 2015-06-08 23:11:48 -05:00
parent c7a9e726e2
commit 813b294c48

View file

@ -2,7 +2,7 @@
<h2 class="view-title gh-editor-title">{{gh-trim-focus-input type="text" id="entry-title" class="gh-input" placeholder="Your Post Title" value=model.titleScratch
tabindex="1" focus=shouldFocusTitle}}</h2>
<section class="view-actions">
<button type="button" class="post-settings" {{action "toggleSettingsMenu"}}>
<button type="button" class="post-settings" {{action "openSettingsMenu"}}>
<i class="icon-settings"></i>
</button>
{{view "editor-save-button" id="entry-actions" classNameBindings="model.isNew:unsaved"}}