mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
93ae69b1d0
Closes #2954 |
||
---|---|---|
.. | ||
assets | ||
helpers | ||
models | ||
tpl | ||
views | ||
init.js | ||
markdown-actions.js | ||
mobile-interactions.js | ||
README.md | ||
router.js | ||
toggle.js |
What's this?
This is the old Ghost admin UI built in backbone.js. It gets served if you visit the URL /ghost/
.
We're currently in the process of replacing this UI with a new one written in Ember which lives in the /client/
folder, and is served when you visit the URL /ghost/ember/
.
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