mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
3b5c7f634b
- remove `bind-attr` all over the place
7 lines
239 B
Handlebars
7 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>
|