From 813b294c48a4d82efa7055509708fc4ae86b5b38 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Mon, 8 Jun 2015 23:11:48 -0500 Subject: [PATCH] Swap in new action --- core/client/app/templates/editor/edit.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/client/app/templates/editor/edit.hbs b/core/client/app/templates/editor/edit.hbs index e56cb24cf0..cf715ea93b 100644 --- a/core/client/app/templates/editor/edit.hbs +++ b/core/client/app/templates/editor/edit.hbs @@ -2,7 +2,7 @@

{{gh-trim-focus-input type="text" id="entry-title" class="gh-input" placeholder="Your Post Title" value=model.titleScratch tabindex="1" focus=shouldFocusTitle}}

- {{view "editor-save-button" id="entry-actions" classNameBindings="model.isNew:unsaved"}}