0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #2854 from iBotPeaches/render_notifications

render html in notifications
This commit is contained in:
Hannah Wolfe 2014-06-01 20:50:14 +01:00
commit 534e52fd7a

View file

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