Ghost/ghost/admin/app/templates/components/gh-notification.hbs
Matt Enlow 3b5c7f634b Ember 1.11.1
- remove `bind-attr` all over the place
2015-04-05 21:13:30 -06:00

7 lines
239 B
Handlebars

<section class="js-notification {{typeClass}}">
<span class="notification-message">
{{message.message}}
</span>
<button class="close" {{action "closeNotification"}}><span class="hidden">Close</span></button>
</section>