Ghost/core/client/templates/components/gh-notifications.hbs
Jason Williams 6f595c959a Update syntax in ember templates.
No Issue.
- Outlet names must be quoted.
- {{#each}} helper will no longer implicitly switch context.
  Change usage to {{#each foo in bar}}.
2014-12-06 16:30:57 +00:00

4 lines
80 B
Handlebars

{{#each message in messages}}
{{gh-notification message=message}}
{{/each}}