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

7 lines
287 B
Handlebars
Raw Normal View History

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