mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05: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
No EOL
173 B
Handlebars
4 lines
No EOL
173 B
Handlebars
<div class="gh-alert-content">
|
|
{{message.message}}
|
|
</div>
|
|
<button class="gh-alert-close icon-x" {{action "closeNotification"}}><span class="hidden">Close</span></button> |