Ghost/ghost/admin/app/templates/components/gh-notification.hbs

5 lines
200 B
Handlebars
Raw Normal View History

2015-05-21 20:03:24 +03:00
<div class="gh-notification-content">
{{message.message}}
</div>
<button class="gh-notification-close" {{action "closeNotification"}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>