{{#unless session.user.isAuthor}} {{/unless}}
{{gh-blur-input class="post-setting-slug" id="url" value=slugValue name="post-setting-slug" action="updateSlug" placeholder=slugPlaceholder selectOnClick="true" stopEnterKeyDownPropagation="true"}}
{{gh-blur-input class="post-setting-date" value=publishedAtValue name="post-setting-date" action="setPublishedAt" placeholder=publishedAtPlaceholder stopEnterKeyDownPropagation="true"}}
{{view Ember.Select name="post-setting-author" content=authors optionValuePath="content.id" optionLabelPath="content.name" selection=selectedAuthor}}