diff --git a/core/client/templates/post-settings-menu.hbs b/core/client/templates/post-settings-menu.hbs index 95f9a9953b..97addc7288 100644 --- a/core/client/templates/post-settings-menu.hbs +++ b/core/client/templates/post-settings-menu.hbs @@ -1,47 +1,47 @@
- - - - - - - - - - - - + + + +
- - - {{gh-blur-input class="post-setting-slug" id="url" value=slugValue name="post-setting-slug" action="updateSlug" placeholder=slugPlaceholder selectOnClick="true"}} -
- - - {{gh-blur-input class="post-setting-date" value=publishedAtValue name="post-setting-date" action="setPublishedAt" placeholder=publishedAtPlaceholder}} -
- + + + + + + + + + + + + - - + + - - - -
+ + + {{gh-blur-input class="post-setting-slug" id="url" value=slugValue name="post-setting-slug" action="updateSlug" placeholder=slugPlaceholder selectOnClick="true"}} +
+ + + {{gh-blur-input class="post-setting-date" value=publishedAtValue name="post-setting-date" action="setPublishedAt" placeholder=publishedAtPlaceholder}} +
+ - - {{view Ember.Select - name="post-setting-author" - content=authors - optionValuePath="content.id" - optionLabelPath="content.name" - selection=selectedAuthor}} - + + {{view Ember.Select + name="post-setting-author" + content=authors + optionValuePath="content.id" + optionLabelPath="content.name" + selection=selectedAuthor}} +
- - - {{input type="checkbox" name="static-page" id="static-page" class="post-setting-static-page" checked=page}} - -
+ +
+ {{input type="checkbox" name="static-page" id="static-page" class="post-setting-static-page" checked=page}} + +