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

4 lines
174 B
Handlebars

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