diff --git a/ghost/admin/app/templates/about.hbs b/ghost/admin/app/templates/about.hbs index 0fb989057e..57dc7da862 100644 --- a/ghost/admin/app/templates/about.hbs +++ b/ghost/admin/app/templates/about.hbs @@ -1,6 +1,6 @@
- {{inline-svg "ghost-logo" class="gh-logo" alt="Ghost"}} + {{svg-jar "ghost-logo" class="gh-logo" alt="Ghost"}}
diff --git a/ghost/admin/app/templates/components/gh-alert.hbs b/ghost/admin/app/templates/components/gh-alert.hbs index e46ade5f19..38104b707e 100644 --- a/ghost/admin/app/templates/components/gh-alert.hbs +++ b/ghost/admin/app/templates/components/gh-alert.hbs @@ -1,4 +1,4 @@
{{message.message}}
- + diff --git a/ghost/admin/app/templates/components/gh-date-time-picker.hbs b/ghost/admin/app/templates/components/gh-date-time-picker.hbs index 5e77e4f5fe..9aa780e625 100644 --- a/ghost/admin/app/templates/components/gh-date-time-picker.hbs +++ b/ghost/admin/app/templates/components/gh-date-time-picker.hbs @@ -9,7 +9,7 @@ {{#dp.trigger tabindex="-1" data-test-date-time-picker-datepicker=true}}
- {{inline-svg "calendar"}} + {{svg-jar "calendar"}}
{{/dp.trigger}} {{#dp.content class="dropdown-menu"}} diff --git a/ghost/admin/app/templates/components/gh-image-uploader-with-preview.hbs b/ghost/admin/app/templates/components/gh-image-uploader-with-preview.hbs index 3926d1da61..3f94edb6b9 100644 --- a/ghost/admin/app/templates/components/gh-image-uploader-with-preview.hbs +++ b/ghost/admin/app/templates/components/gh-image-uploader-with-preview.hbs @@ -2,7 +2,7 @@ diff --git a/ghost/admin/app/templates/components/gh-image-uploader.hbs b/ghost/admin/app/templates/components/gh-image-uploader.hbs index c36e0bc321..d63e8c8f8c 100644 --- a/ghost/admin/app/templates/components/gh-image-uploader.hbs +++ b/ghost/admin/app/templates/components/gh-image-uploader.hbs @@ -20,7 +20,7 @@ {{#if (and allowUnsplash settings.unsplash.isActive)}}
- {{inline-svg "unsplash"}} + {{svg-jar "unsplash"}}
{{/if}} diff --git a/ghost/admin/app/templates/components/gh-mobile-nav-bar.hbs b/ghost/admin/app/templates/components/gh-mobile-nav-bar.hbs index fd911ddb9d..38143b12d5 100644 --- a/ghost/admin/app/templates/components/gh-mobile-nav-bar.hbs +++ b/ghost/admin/app/templates/components/gh-mobile-nav-bar.hbs @@ -1,9 +1,9 @@ -{{#link-to "editor.new" classNames="gh-nav-main-editor"}}{{inline-svg "pen"}}New story{{/link-to}} +{{#link-to "editor.new" classNames="gh-nav-main-editor"}}{{svg-jar "pen"}}New story{{/link-to}} {{#if (eq router.currentRouteName "posts.index")}} - {{#link-to "posts" (query-params type=null) classNames="gh-nav-main-content active"}}{{inline-svg "content"}}Stories{{/link-to}} + {{#link-to "posts" (query-params type=null) classNames="gh-nav-main-content active"}}{{svg-jar "content"}}Stories{{/link-to}} {{else}} - {{#link-to "posts" classNames="gh-nav-main-content"}}{{inline-svg "content"}}Content{{/link-to}} + {{#link-to "posts" classNames="gh-nav-main-content"}}{{svg-jar "content"}}Content{{/link-to}} {{/if}} -{{#link-to "team" classNames="gh-nav-main-users"}}{{inline-svg "account-group"}}Team{{/link-to}} -
{{inline-svg "icon" class="icon-gh"}}More
+{{#link-to "team" classNames="gh-nav-main-users"}}{{svg-jar "account-group"}}Team{{/link-to}} +
{{svg-jar "icon" class="icon-gh"}}More
{{yield}} diff --git a/ghost/admin/app/templates/components/gh-modal-dialog.hbs b/ghost/admin/app/templates/components/gh-modal-dialog.hbs index 9fe3ab94bc..3f81857326 100644 --- a/ghost/admin/app/templates/components/gh-modal-dialog.hbs +++ b/ghost/admin/app/templates/components/gh-modal-dialog.hbs @@ -2,7 +2,7 @@
    -
  • {{#link-to "editor.new" classNames="gh-nav-main-editor"}}{{inline-svg "pen"}}New story{{/link-to}}
  • +
  • {{#link-to "editor.new" classNames="gh-nav-main-editor"}}{{svg-jar "pen"}}New story{{/link-to}}
  • {{!-- clicking the Content link whilst on the content screen should reset the filter --}} {{#if (eq router.currentRouteName "posts.index")}} - {{#link-to "posts" (query-params type=null author=null tag=null order=null) classNames="gh-nav-main-content active"}}{{inline-svg "content"}}Stories{{/link-to}} + {{#link-to "posts" (query-params type=null author=null tag=null order=null) classNames="gh-nav-main-content active"}}{{svg-jar "content"}}Stories{{/link-to}} {{else}} - {{#link-to "posts" classNames="gh-nav-main-content"}}{{inline-svg "content"}}Stories{{/link-to}} + {{#link-to "posts" classNames="gh-nav-main-content"}}{{svg-jar "content"}}Stories{{/link-to}} {{/if}}
  • -
  • {{#link-to "team" classNames="gh-nav-main-users"}}{{inline-svg "account-group"}}Team{{/link-to}}
  • +
  • {{#link-to "team" classNames="gh-nav-main-users"}}{{svg-jar "account-group"}}Team{{/link-to}}
  • {{#if feature.subscribers}} {{#if (gh-user-can-admin session.user)}} -
  • {{#link-to "subscribers" classNames="gh-nav-main-subscribers"}}{{inline-svg "email"}}Subscribers{{/link-to}}
  • +
  • {{#link-to "subscribers" classNames="gh-nav-main-subscribers"}}{{svg-jar "email"}}Subscribers{{/link-to}}
  • {{/if}} {{/if}}
{{#if (gh-user-can-admin session.user)}}
  • Settings
  • -
  • {{#link-to "settings.general" classNames="gh-nav-settings-general"}}{{inline-svg "settings"}}General{{/link-to}}
  • -
  • {{#link-to "settings.design" classNames="gh-nav-settings-navigation"}}{{inline-svg "compass"}}Design{{/link-to}}
  • -
  • {{#link-to "settings.tags" classNames="gh-nav-settings-tags"}}{{inline-svg "tag"}}Tags{{/link-to}}
  • -
  • {{#link-to "settings.code-injection" classNames="gh-nav-settings-code-injection"}}{{inline-svg "brackets"}}Code injection{{/link-to}}
  • -
  • {{#link-to "settings.apps" classNames="gh-nav-settings-apps"}}{{inline-svg "box"}}Apps{{/link-to}}
  • -
  • {{#link-to "settings.labs" classNames="gh-nav-settings-labs"}}{{inline-svg "wrench-double"}}Labs{{/link-to}}
  • +
  • {{#link-to "settings.general" classNames="gh-nav-settings-general"}}{{svg-jar "settings"}}General{{/link-to}}
  • +
  • {{#link-to "settings.design" classNames="gh-nav-settings-navigation"}}{{svg-jar "compass"}}Design{{/link-to}}
  • +
  • {{#link-to "settings.tags" classNames="gh-nav-settings-tags"}}{{svg-jar "tag"}}Tags{{/link-to}}
  • +
  • {{#link-to "settings.code-injection" classNames="gh-nav-settings-code-injection"}}{{svg-jar "brackets"}}Code injection{{/link-to}}
  • +
  • {{#link-to "settings.apps" classNames="gh-nav-settings-apps"}}{{svg-jar "box"}}Apps{{/link-to}}
  • +
  • {{#link-to "settings.labs" classNames="gh-nav-settings-labs"}}{{svg-jar "wrench-double"}}Labs{{/link-to}}
{{/if}} @@ -74,7 +74,7 @@ {{#if config.clientExtensions.menu.title}}
  • {{config.clientExtensions.menu.title}}
  • {{/if}} {{#each config.clientExtensions.menu.items as |menuItem| }}
  • - {{inline-svg menuItem.icon}}{{menuItem.text}} + {{svg-jar menuItem.icon}}{{menuItem.text}}
  • {{/each}} @@ -87,7 +87,7 @@
    diff --git a/ghost/admin/app/templates/components/gh-navitem.hbs b/ghost/admin/app/templates/components/gh-navitem.hbs index 80b2b12a73..b2f2426f55 100644 --- a/ghost/admin/app/templates/components/gh-navitem.hbs +++ b/ghost/admin/app/templates/components/gh-navitem.hbs @@ -1,6 +1,6 @@ {{#unless navItem.isNew}} - {{inline-svg "grab"}} + {{svg-jar "grab"}} Reorder {{/unless}} @@ -25,10 +25,10 @@ {{#if navItem.isNew}} {{else}} {{/if}} diff --git a/ghost/admin/app/templates/components/gh-notification.hbs b/ghost/admin/app/templates/components/gh-notification.hbs index f822d723ae..89a15bc3f7 100644 --- a/ghost/admin/app/templates/components/gh-notification.hbs +++ b/ghost/admin/app/templates/components/gh-notification.hbs @@ -1,4 +1,4 @@
    {{message.message}}
    - + diff --git a/ghost/admin/app/templates/components/gh-post-settings-menu.hbs b/ghost/admin/app/templates/components/gh-post-settings-menu.hbs index 8e376df5f2..dd8aec2012 100644 --- a/ghost/admin/app/templates/components/gh-post-settings-menu.hbs +++ b/ghost/admin/app/templates/components/gh-post-settings-menu.hbs @@ -4,7 +4,7 @@

    Post Settings

    @@ -22,17 +22,17 @@ {{#unless post.isNew}} {{#if post.isPublished}} - View post {{inline-svg "external"}} + View post {{svg-jar "external"}} {{else}} - Preview {{inline-svg "external"}} + Preview {{svg-jar "external"}} {{/if}} {{/unless}}