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

7 lines
279 B
Handlebars
Raw Normal View History

2015-05-18 02:01:36 +03:00
<article class="gh-notification js-notification {{typeClass}}">
<div class="gh-notification-content">
{{message.message}}
2015-05-18 02:01:36 +03:00
</div>
<button class="gh-notification-close icon-x" {{action "closeNotification"}}><span class="hidden">Close</span></button>
</article>