Ghost/ghost/admin/templates/components/gh-notification.hbs

6 lines
251 B
Handlebars
Raw Normal View History

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