mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 11:34:24 +03:00
28d265c9c1
No issue - fixed "{{#each}}" helper in templates to use block syntax - fixed deprecated ember.controller getter/setter function to use new syntax - removed unnecessary pass-protect route view
4 lines
82 B
Handlebars
4 lines
82 B
Handlebars
{{#each messages as |message|}}
|
|
{{gh-notification message=message}}
|
|
{{/each}}
|