2015-04-01 19:01:38 +03:00
|
|
|
<section class="js-notification {{typeClass}}">
|
2014-06-24 16:30:33 +04:00
|
|
|
<span class="notification-message">
|
2015-02-15 19:51:46 +03:00
|
|
|
{{message.message}}
|
2014-06-24 16:30:33 +04:00
|
|
|
</span>
|
2015-05-13 12:23:29 +03:00
|
|
|
<button class="close icon-x" {{action "closeNotification"}}><span class="hidden">Close</span></button>
|
2015-04-01 19:01:38 +03:00
|
|
|
</section>
|