Ghost/ghost/admin/app/components/gh-alert.hbs

7 lines
256 B
Handlebars
Raw Normal View History

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