0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Adding notification.hbs

Simply because I was an 1d10t
This commit is contained in:
Gabor Javorszky 2013-07-15 16:18:03 +01:00 committed by ErisDS
parent 6086f9e6f0
commit f80b579b91

View file

@ -0,0 +1,4 @@
<section class="notification{{#if type}}-{{type}}{{/if}} notification-{{status}} js-notification">
{{message}}
<a class="close" href="#"><span class="hidden">Close</span></a>
</section>