0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/templates/components/gh-notification.hbs

6 lines
251 B
Handlebars
Raw Normal View History

<section {{bind-attr class=":js-notification typeClass"}}>
<span class="notification-message">
{{{message.message}}}
</span>
<button class="close" {{action "closeNotification"}}><span class="hidden">Close</span></button>
</section>