0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

render html in notifications

fixes #2844
This commit is contained in:
Connor Tumbleson 2014-06-01 11:45:17 -05:00
parent 3181dbe9bc
commit 787182db55

View file

@ -1,4 +1,4 @@
<section {{bind-attr class=":js-notification message.typeClass"}}>
{{message.message}}
{{{message.message}}}
<a class="close" {{action "closeNotification"}}><span class="hidden">Close</span></a>
</section>