commit
f3c3e2c1a1
16 changed files with 92 additions and 120 deletions
|
|
@ -3,13 +3,13 @@
|
|||
<i class="fi-x"></i>
|
||||
</div>
|
||||
<div class="dr-notification">
|
||||
<div class="dr-notification-image dr-notification-type-{{noti.type}}" ng-switch on="noti.image">
|
||||
<div class="dr-notification-image" ng-switch on="noti.image">
|
||||
<i class="fi-{{noti.icon}}" ng-switch-when="false"></i>
|
||||
<img ng-src="{{noti.image}}" ng-switch-default />
|
||||
</div>
|
||||
<div class="dr-notification-content">
|
||||
<h3 class="dr-notification-title">{{noti.title|translate}}</h3>
|
||||
<div class="dr-notification-text">{{noti.content|translate}}</div>
|
||||
<div class="dr-notification-text ellipsis">{{noti.content|translate}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue