0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test
Jason Williams 1bf975af90 Turn on update notifications for Ember admin
Issue #3160
- Use notifications API to display available update notification.
- Remove update_notification handlebars helper as now both the
  check for an available update and the notification handling
  is run from the server's admin controller index method.
- Bind the notification's location property to a css class
  for styling.
- Refactor Ember notifications to better handle notification
  objects.  Move responsibility for css class generation onto
  the notification component.
- Refactor gh-notifications component to take a location argument
  that's used to assign a css class and filter notifications.
2014-07-11 15:02:26 +00:00
..
functional
integration Merge pull request #3213 from hswolff/lazy-load-models 2014-07-11 15:29:46 +01:00
unit Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
utils Fix handling of async db calls in fixtures 2014-07-11 02:39:06 +00:00
blanket_coverage.js