mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Adding notification.hbs
Simply because I was an 1d10t
This commit is contained in:
parent
b77a8fd0d9
commit
55e0d11f87
1 changed files with 4 additions and 0 deletions
4
core/client/tpl/notification.hbs
Normal file
4
core/client/tpl/notification.hbs
Normal 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>
|
Loading…
Add table
Reference in a new issue