Ghost/ghost/admin/app/templates/components/gh-notification.hbs
2015-05-22 19:05:17 +01:00

4 lines
187 B
Handlebars

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