mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
c5535e0a1b
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
3 lines
74 B
Handlebars
3 lines
74 B
Handlebars
{{#each messages as |message|}}
|
|
{{gh-alert message=message}}
|
|
{{/each}} |