Ghost/ghost/admin/app/templates/components/gh-notification.hbs
2018-03-19 09:57:31 +00:00

5 lines
200 B
Handlebars

<div class="gh-notification-content">
{{message.message}}
</div>
<button class="gh-notification-close" {{action "closeNotification"}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>