Ghost/core/client/templates/components/ghost-notifications.hbs
Fabian Becker a4f8088697 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}}