0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/client/app/templates/components/gh-notification.hbs
2015-03-11 12:37:41 -06:00

6 lines
No EOL
249 B
Handlebars

<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>