mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
6 lines
246 B
Handlebars
6 lines
246 B
Handlebars
<section class="js-notification {{typeClass}}">
|
|
<span class="notification-message">
|
|
{{message.message}}
|
|
</span>
|
|
<button class="close icon-x" {{action "closeNotification"}}><span class="hidden">Close</span></button>
|
|
</section>
|