mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 16:14:25 +03:00
a188f96715
Closes #1558
- Adds a wrapping tag around the notification message
- Change tests to look for new wrapping tag
For the fix to work properly, it needs styles from the [0.8 branch](b98029911c
) of Ghost-UI
6 lines
249 B
Handlebars
6 lines
249 B
Handlebars
<section {{bind-attr class=":js-notification message.typeClass"}}>
|
|
<span class="notification-message">
|
|
{{{message.message}}}
|
|
</span>
|
|
<a class="close" {{action "closeNotification"}}><span class="hidden">Close</span></a>
|
|
</section> |