0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client
Hannah Wolfe 40d4cc7e55 Merge pull request #2807 from novaugust/ember-user-cover-default
Fix default user cover on ember settings pane
2014-05-25 16:48:15 +03:00
..
assets Merge pull request #2618 from novaugust/post-settings 2014-05-07 20:22:46 +01:00
components fix mirrored scrolling in markdown editor 2014-05-22 18:35:43 -04:00
controllers Merge pull request #2807 from novaugust/ember-user-cover-default 2014-05-25 16:48:15 +03:00
fixtures Update ember post fixture data. 2014-05-24 11:14:33 -07:00
helpers Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
initializers Add ghostPaths util and initializer 2014-05-24 08:52:47 +02:00
mixins Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
models Add ghostPaths util and initializer 2014-05-24 08:52:47 +02:00
routes Merge pull request #2786 from novaugust/ember-editor-save-and-publish 2014-05-25 16:45:19 +03:00
templates Merge pull request #2786 from novaugust/ember-editor-save-and-publish 2014-05-25 16:45:19 +03:00
utils Add ghostPaths util and initializer 2014-05-24 08:52:47 +02:00
views Ember editor save and publish button functionality 2014-05-24 07:47:55 -06:00
app.js Add ghostPaths util and initializer 2014-05-24 08:52:47 +02:00
README.md Adding READMEs to clarify the 2 client folders 2014-05-07 22:51:51 +01:00
router.js Move debug page from /settings/debug to /debug 2014-05-19 19:18:07 +02:00

What's this?

This is the shiny new Ghost admin UI built in Ember.js. It gets served if you visit the URL /ghost/ember/.

We're currently in the process of building this awesome new UI to replace the old one which was written in backbone, lives in the /clientold/ folder and is still served when you visit the URL /ghost/.

In short, we currently have 2 admins:

  • Old, Backbone Admin UI lives in /clientold/ and is served from /ghost/
  • New, Ember Admin UI lives in /client/ and is served from /ghost/ember/

For more information, please read the Ember admin wiki page