|
|
|
@ -18,10 +18,12 @@ |
|
|
|
</ng-container> |
|
|
|
|
|
|
|
<div class="notification-container notification-container-bottom-right"> |
|
|
|
<div class="alert alert-dismissible alert-{{notification.messageType}}" *ngFor="let notification of snapshot.notifications" (click)="close(notification)" @fade> |
|
|
|
<div class="alert alert-dismissible alert-{{notification.messageType}} overlayed" *ngFor="let notification of snapshot.notifications" (click)="close(notification)" @fade> |
|
|
|
<button type="button" class="close" data-dismiss="alert" (close)="close(notification)">×</button> |
|
|
|
|
|
|
|
<span [innerHTML]="notification.message | sqxMarkdown"></span> |
|
|
|
|
|
|
|
<div class="overlay"></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|