mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
9da6f15d33
closes #2417 - Adds Notification(s)Component - Render notifications in application.hbs - Adds handleError in application route
4 lines
191 B
Handlebars
4 lines
191 B
Handlebars
<section {{bind-attr class=":js-notification message.typeClass"}}>
|
|
{{message.message}}
|
|
<a class="close" {{action "closeNotification"}}><span class="hidden">Close</span></a>
|
|
</section> |