0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Handling HTML in notifications

closes #729
This commit is contained in:
Hannah Wolfe 2013-09-15 18:19:56 +01:00
parent 8c25c28441
commit c49df1af3c

View file

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