Ghost/ghost/admin/templates/components/ghost-notifications.hbs
Fabian Becker 9da6f15d33 Implement Notifications for Ember
closes #2417
- Adds Notification(s)Component
- Render notifications in application.hbs
- Adds handleError in application route
2014-04-09 00:36:15 +00:00

3 lines
68 B
Handlebars

{{#each messages}}
{{ghost-notification message=this}}
{{/each}}