Ghost-Admin/app/components/gh-alert.hbs

7 lines
230 B
Handlebars

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