Swap in new action

This commit is contained in:
Jason Williams 2015-06-08 23:11:48 -05:00
parent 753da0231f
commit c55f760037

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"}}