Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a65b3b0

Browse files
committed
Fix: Show proper textual content in expanded dashboard notifications
1 parent eecc0df commit a65b3b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/directives/notification/notification.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
.expanded(ng-show="vm.expanded", ng-style="{'background-image': 'url(https://github.com/'+vm.loadImage(config.backgroundImage)+')'}")
99
.mask
1010
.left(ng-style="{'height': (config.height || vm.defaultHeight) + 'px'}")
11-
.header {{config.header}}
12-
.details {{config.details}}
11+
.header {{config.headerExpand}}
12+
.details {{config.detailsExpand}}
1313
a.action(ng-show="config.redirectText && config.redirectTo", href="{{config.redirectTo}}") {{config.redirectText}}
1414
.right(ng-if="config.videoCode", ng-style="{'height': (config.height || vm.defaultHeight) + 'px'}")
1515
.btn-play(ng-hide="vm.loadVideo")

0 commit comments

Comments
 (0)