1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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 73202f5be7
commit f0988ddebe

4
tpl/notification.hbs Normal file
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>