1
0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-03 15:53:16 +03:00
Ghost/core/client/tpl/notification.hbs
2013-09-15 18:19:56 +01:00

5 lines
196 B
Handlebars

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