Ghost/core/client/templates/components/gh-notification.hbs

4 lines
191 B
Handlebars
Raw Normal View History

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