mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 08:31:43 +03:00
6201b697a5
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> |