Ghost/ghost/admin/app/controllers
Kevin Ansfield 62e58b0366 🐛 Fixed "active" state of apps on apps index screen (#843)
no issue

On the apps index screen there were conditionals for each app so that active apps show "Active" instead of "Configure" when they are activated - the conditionals weren't working because the properties they check for weren't available in the template's context.

- add a new `settings/apps/index` controller that imports the `settings` service
- updates template conditionals to check for properties on the `settings` service
2017-08-30 14:31:04 +02:00
..
editor Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
settings 🐛 Fixed "active" state of apps on apps index screen (#843) 2017-08-30 14:31:04 +02:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
team 🐛 Fix save button showing "Retry" when user slug field loses focus (#834) 2017-08-22 14:59:49 +07:00
about.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
application.js Refactor general UI state into a service 2017-08-15 16:01:12 +01:00
error.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
posts-loading.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
posts.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
reset.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
setup.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
signin.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
signup.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
subscribers.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00