Ghost/ghost/admin/app/components/gh-notifications.hbs

4 lines
91 B
Handlebars
Raw Normal View History

{{#each this.messages as |message|}}
<GhNotification @message={{message}} />
{{/each}}