0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

render html in notifications

fixes #2844
This commit is contained in:
Connor Tumbleson 2014-06-01 11:45:17 -05:00
parent fc8a5d54e9
commit 3da23e8fad

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>