e3bc0b3151
closes #760 Also updating notification template missed in issue #729
11 lines
375 B
Handlebars
11 lines
375 B
Handlebars
{{#if messages}}
|
|
{{#each messages}}
|
|
<div class="js-bb-notification">
|
|
<section class="notification{{#if type}}-{{type}}{{/if}} notification-{{status}} js-notification">
|
|
{{{message}}}
|
|
<a class="close" href="#" data-id="{{id}}"><span class="hidden">Close</span></a>
|
|
</section>
|
|
</div>
|
|
{{/each}}
|
|
{{/if}}
|