diff --git a/ghost/admin/templates/-navbar.hbs b/ghost/admin/templates/-navbar.hbs index e59eb065ca..a43e06339a 100644 --- a/ghost/admin/templates/-navbar.hbs +++ b/ghost/admin/templates/-navbar.hbs @@ -19,7 +19,7 @@ {{/gh-popover-button}} {{!-- @TODO: add functionality to allow for dropdown to work --}} {{#gh-popover tagName="ul" classNames="overlay" name="user-menu" closeOnClick="true"}} -
  • {{#link-to 'settings.user'}}Your Profile{{/link-to}}
  • +
  • {{#link-to "settings.user"}}Your Profile{{/link-to}}
  • Help / Support
  • diff --git a/ghost/admin/templates/editor.hbs b/ghost/admin/templates/editor.hbs index cdb1d86ef5..873f6fcef0 100644 --- a/ghost/admin/templates/editor.hbs +++ b/ghost/admin/templates/editor.hbs @@ -1,4 +1,3 @@ -
    {{input type="text" id="entry-title" placeholder="Your Post Title" value=title tabindex="1"}} @@ -24,4 +23,4 @@
    -{{partial 'publish-bar'}} +{{partial "publish-bar"}} diff --git a/ghost/admin/templates/post-settings-menu.hbs b/ghost/admin/templates/post-settings-menu.hbs index 83d04fc5fb..a99740c473 100644 --- a/ghost/admin/templates/post-settings-menu.hbs +++ b/ghost/admin/templates/post-settings-menu.hbs @@ -29,4 +29,4 @@ -Delete This Post +Delete This Post diff --git a/ghost/admin/templates/posts.hbs b/ghost/admin/templates/posts.hbs index d38136de66..44ce212549 100644 --- a/ghost/admin/templates/posts.hbs +++ b/ghost/admin/templates/posts.hbs @@ -6,11 +6,11 @@ {{#link-to "new" class="button button-add" title="New Post"}}{{/link-to}} - {{#view 'content-list-content-view' tagName="section"}} + {{#view "content-list-content-view" tagName="section"}}
      {{#each itemController="posts/post" itemView="post-item-view" itemTagName="li"}} {{!-- @TODO: Restore functionality where 'featured' and 'page' classes are added for proper posts --}} - {{#link-to 'posts.post' this class="permalink" title="Edit this post"}} + {{#link-to "posts.post" this class="permalink" title="Edit this post"}}

      {{title}}

      diff --git a/ghost/admin/templates/posts/post.hbs b/ghost/admin/templates/posts/post.hbs index 25ff285a60..319a5a7e1e 100644 --- a/ghost/admin/templates/posts/post.hbs +++ b/ghost/admin/templates/posts/post.hbs @@ -14,7 +14,7 @@

      You Haven't Written Any Posts Yet!

      - {{#link-to 'new'}}{{/link-to}} + {{#link-to "new"}}{{/link-to}}
      diff --git a/ghost/admin/templates/settings/general.hbs b/ghost/admin/templates/settings/general.hbs index ef7d77d31d..d2b779e620 100644 --- a/ghost/admin/templates/settings/general.hbs +++ b/ghost/admin/templates/settings/general.hbs @@ -2,7 +2,7 @@

      General

      - +
      @@ -29,9 +29,9 @@
      {{#if logo}} - + {{else}} - + {{/if}}

      Display a sexy logo for your publication

      @@ -39,9 +39,9 @@
      {{#if cover}} - cover photo + cover photo {{else}} - Upload Image + Upload Image {{/if}}

      Display a cover image on your site

      diff --git a/ghost/admin/templates/settings/user.hbs b/ghost/admin/templates/settings/user.hbs index f51b4f7c04..ec52e5239f 100644 --- a/ghost/admin/templates/settings/user.hbs +++ b/ghost/admin/templates/settings/user.hbs @@ -2,7 +2,7 @@

      Your Profile

      - +
      @@ -11,7 +11,7 @@