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:
commit
534e52fd7a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue