diff --git a/ghost/admin/tpl/settings/appearance.hbs b/ghost/admin/tpl/settings/appearance.hbs deleted file mode 100644 index fadb08597d..0000000000 --- a/ghost/admin/tpl/settings/appearance.hbs +++ /dev/null @@ -1,11 +0,0 @@ -
-
-

Appearance

-
-
-
Raw json be here
-

Active theme: {{json settings.activeTheme}}

-

Available themes: {{json availableThemes}}

-

Available plugins: {{json availablePlugins}}

-
-
\ No newline at end of file diff --git a/ghost/admin/tpl/settings/plugins.hbs b/ghost/admin/tpl/settings/plugins.hbs deleted file mode 100644 index fc4b3c7a23..0000000000 --- a/ghost/admin/tpl/settings/plugins.hbs +++ /dev/null @@ -1,241 +0,0 @@ - -
-

Plugins

-
- -
-
-
-
-
-

Updates

-
- - - - - - - - - - - - - - - - - -
-
- -
-
- Ghost SEO - - - -
-
-
- Yoast - yoast.com -
-
-
- v 0.1.13 - 3 weeks ago -
-
-
- - - - - - - - 48,200 users -
-
-
- -
-
-
- -
-
- Ghost SEO - The #1 content marketing plugin for Ghost. -
-
-
- Yoast - yoast.com -
-
-
- v 0.1.13 - 3 weeks ago -
-
-
- - - - - - - - 48,200 users -
-
-
- -
-
-
- -
-
-
-
-

Active Plugins

-
- - - - - - - - - - - - - - - - - -
-
- -
-
- Ghost SEO - The #1 content marketing plugin for Ghost. -
-
-
- Yoast - yoast.com -
-
-
- v 0.1.13 - 3 weeks ago -
-
-
- - - - - - - - 48,200 users -
-
-
- -
-
-
- -
-
- Ghost SEO - The #1 content marketing plugin for Ghost. -
-
-
- Yoast - yoast.com -
-
-
- v 0.1.13 - 3 weeks ago -
-
-
- - - - - - - - 48,200 users -
-
-
- -
-
-
-
-
-

Inactive Plugins

-
- - - - - - - - - - -
-
- -
-
- Ghost SEO - The #1 content marketing plugin for Ghost. -
-
-
- Yoast - yoast.com -
-
-
- v 0.1.13 - 3 weeks ago -
-
-
- - - - - - - - 48,200 users -
-
-
- -
-
-
-
\ No newline at end of file diff --git a/ghost/admin/tpl/settings/users.hbs b/ghost/admin/tpl/settings/users.hbs deleted file mode 100644 index ae3ef9629a..0000000000 --- a/ghost/admin/tpl/settings/users.hbs +++ /dev/null @@ -1,57 +0,0 @@ -
-
-

Users

-
- -
-
-
-
-

Invited Users

-
    -
  • -
    -
    -

    Some Name

    - Invitation Sent: 7 hours ago -
    -
  • -
-
-
-
-

Active Users

- - -
- -
    -
  • -
    - user -
    -
    -

    Some Name

    - Last Seen: 7 hours ago -
    - Admin -
  • -
  • -
    - user -
    -
    -

    Some Name

    - Last Seen: 2 days ago -
    - Editor -
  • -
-
-
-
\ No newline at end of file diff --git a/ghost/admin/views/settings.js b/ghost/admin/views/settings.js index d9b5e75d97..b642ca1a69 100644 --- a/ghost/admin/views/settings.js +++ b/ghost/admin/views/settings.js @@ -390,32 +390,4 @@ } }); - // ### User settings - Settings.users = Settings.Pane.extend({ - id: 'users', - events: { - } - }); - - // ### Appearance settings - Settings.appearance = Settings.Pane.extend({ - id: 'appearance', - events: { - } - }); - - // ### Services settings - Settings.services = Settings.Pane.extend({ - id: 'services', - events: { - } - }); - - // ### Plugins settings - Settings.plugins = Settings.Pane.extend({ - id: 'plugins', - events: { - } - }); - }());