mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
ee0c32dfc9
- remove `bind-attr` all over the place
6 lines
239 B
Handlebars
6 lines
239 B
Handlebars
<section class="js-notification {{typeClass}}">
|
|
<span class="notification-message">
|
|
{{message.message}}
|
|
</span>
|
|
<button class="close" {{action "closeNotification"}}><span class="hidden">Close</span></button>
|
|
</section>
|