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
2014-06-01 11:45:17 -05:00

4 lines
No EOL
193 B
Handlebars

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