Ghost/core/client/tpl/notification.hbs

5 lines
196 B
Handlebars
Raw Normal View History

<section class="notification{{#if type}}-{{type}}{{/if}} notification-{{status}} js-notification">
{{{message}}}
<a class="close" href="#"><span class="hidden">Close</span></a>
</section>