1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/components/gh-alert.hbs

7 lines
230 B
Handlebars
Raw Normal View History

2015-05-21 19:03:24 +02:00
<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>