Ghost/ghost/admin/templates/components/gh-notification.hbs
2014-06-01 11:45:17 -05:00

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