Ghost/ghost/admin
Hannah Wolfe 72603b8a2c Merge pull request #2771 from halfdan/2741-trailing-slashes
Correct behaviour for trailing slashes
2014-05-17 20:27:58 +01:00
..
assets Merge pull request #2618 from novaugust/post-settings 2014-05-07 20:22:46 +01:00
components Ported logic to settings: Debug Tab closes #2424 2014-05-07 20:48:29 +01:00
controllers Ported logic to settings: Debug Tab closes #2424 2014-05-07 20:48:29 +01:00
fixtures Merge pull request #2618 from novaugust/post-settings 2014-05-07 20:22:46 +01:00
helpers Flesh out more of the Ember admin 2014-03-16 16:01:56 -04:00
initializers Correct behaviour for trailing slashes 2014-05-15 22:28:05 +00:00
mixins Amend fixtures & put body classes in styleBody mixin 2014-03-09 15:30:54 +00:00
models Validate user URL input to ensure protocol is present 2014-05-15 06:34:07 -07:00
routes Add /content redirect to Ember admin. 2014-05-15 18:52:10 -06:00
templates Merge pull request #2772 from shindakun/profilelink 2014-05-17 20:23:07 +01:00
utils Create Post Settings Menu and its functionality on the Post controller. 2014-04-20 13:28:43 -06:00
views Change error message response 2014-05-05 15:51:21 +02:00
app.js Correct behaviour for trailing slashes 2014-05-15 22:28:05 +00:00
README.md Adding READMEs to clarify the 2 client folders 2014-05-07 22:51:51 +01:00
router.js Merge pull request #2771 from halfdan/2741-trailing-slashes 2014-05-17 20:27:58 +01: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