diff --git a/core/client/templates/post-settings-menu.hbs b/core/client/templates/post-settings-menu.hbs index d6a9a48191..b1d92bc5d7 100644 --- a/core/client/templates/post-settings-menu.hbs +++ b/core/client/templates/post-settings-menu.hbs @@ -10,26 +10,27 @@ {{gh-uploader uploaded="setCoverImage" canceled="clearCoverImage" image=image tagName="section"}}
- + {{gh-input class="post-setting-slug" id="url" value=slugValue name="post-setting-slug" focus-out="updateSlug" placeholder=slugPlaceholder selectOnClick="true" stopEnterKeyDownPropagation="true"}}
- + - {{gh-input class="post-setting-date" value=publishedAtValue name="post-setting-date" focus-out="setPublishedAt" placeholder=publishedAtPlaceholder stopEnterKeyDownPropagation="true"}} + {{gh-input class="post-setting-date" id="post-setting-date" value=publishedAtValue name="post-setting-date" focus-out="setPublishedAt" placeholder=publishedAtPlaceholder stopEnterKeyDownPropagation="true"}}
{{#unless session.user.isAuthor}}
- + {{view Ember.Select name="post-setting-author" + id="author-list" content=authors optionValuePath="content.id" optionLabelPath="content.name" @@ -55,7 +56,7 @@

Turn this post into a static page

-