Ghost/core/client
Hannah Wolfe afec0bc660 Merge pull request #2873 from jaswilli/2849-delete-posts
delete posts from post settings menu
2014-06-04 15:15:37 +01:00
..
adapters Enable post deletion from Ember admin 2014-06-04 13:19:57 +00:00
assets Merge pull request #2840 from novaugust/popover-service 2014-06-01 11:10:00 +01:00
components Enable post deletion from Ember admin 2014-06-04 13:19:57 +00:00
controllers Merge pull request #2873 from jaswilli/2849-delete-posts 2014-06-04 15:15:37 +01:00
fixtures Ember: jshint single quotes 2014-06-02 20:12:02 +01:00
helpers Update Ember Components with proper gh- prefix 2014-05-28 15:26:16 -04:00
initializers Added popover component 2014-05-31 17:23:41 -06:00
mixins Added popover component 2014-05-31 17:23:41 -06:00
models Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
routes Merge pull request #2862 from morficus/master 2014-06-03 19:19:14 +01:00
serializers Ember Data with Posts 2014-05-29 07:42:51 -05:00
templates Enable post deletion from Ember admin 2014-06-04 13:19:57 +00:00
utils Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
views Ember cleanup: single quotes for JS 2014-06-01 21:53:16 +01:00
.jshintrc Ember: jshint single quotes 2014-06-02 20:12:02 +01:00
app.js Ember Data with Posts 2014-05-29 07:42:51 -05:00
README.md Adding READMEs to clarify the 2 client folders 2014-05-07 22:51:51 +01:00
router.js refreshless user logout 2014-06-02 17:12:02 -04: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