0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/templates/components/gh-notification.hbs
2014-05-28 15:26:16 -04:00

4 lines
No EOL
191 B
Handlebars

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