aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/shared/notification-custom-template.html
blob: d8fdf135b9f41ee264c14664eead1c908c26bca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="ui-notification">
    <div class="notification-container">
        <div class="icon-container">
            <div class="icon-circle">
                <div class="icon sprite-new">
                </div>
            </div>
        </div>
        <div class="msg-content">
            <h3 ng-show="title" ng-bind-html="title"></h3>
            <div class="message" ng-bind-html="message"></div>
        </div>
    </div>
</div>