File tree Expand file tree Collapse file tree 14 files changed +63
-89
lines changed Expand file tree Collapse file tree 14 files changed +63
-89
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,24 @@ export class AppService {
222
222
'base64' ,
223
223
) ,
224
224
) ;
225
+ await addToCache (
226
+ this . cacheManager ,
227
+ CacheKey . IMG_WHITE_HEADER_ORBC_LOGO ,
228
+ this . convertFileToString (
229
+ assetsPath + 'images/onRouteBC_Logo_Email_Header.jpg' ,
230
+ true ,
231
+ 'base64' ,
232
+ ) ,
233
+ ) ;
234
+ await addToCache (
235
+ this . cacheManager ,
236
+ CacheKey . IMG_WHITE_MED_FOOTER_LOGO ,
237
+ this . convertFileToString (
238
+ assetsPath + 'images/onRouteBC_Logo@2x_Email_Header.jpg' ,
239
+ true ,
240
+ 'base64' ,
241
+ ) ,
242
+ ) ;
225
243
226
244
const endDateTime = new Date ( ) ;
227
245
const processingTime = endDateTime . getTime ( ) - startDateTime . getTime ( ) ;
Original file line number Diff line number Diff line change 9
9
<div class =" container" style =" margin: 0 2em" >
10
10
<br />
11
11
<div >
12
- <img src =" {{ whiteHeaderLogo }} " alt =" mottBCLogo" />
12
+ <img
13
+ src =" {{ whiteHeaderOrbcLogo }} "
14
+ alt =" onRouteBCLogo"
15
+ style =" background-color: #fff; margin: 0px"
16
+ />
13
17
</div >
14
18
15
- <br />
16
-
17
19
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
18
20
<div class =" flex-container" style =" margin: 1em 0" >
19
21
<p
81
83
82
84
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
83
85
<div class =" flex-container" style =" margin: 1em 0" >
84
- <br />
85
- <div >
86
- <img
87
- src =" {{ whiteFooterLogo }} "
88
- alt =" onRouteBCLogo"
89
- style =" margin: 0px"
90
- />
91
- </div >
92
-
93
86
<br />
94
87
95
88
<p
Original file line number Diff line number Diff line change 9
9
<div class =" container" style =" margin: 0 2em" >
10
10
<br />
11
11
<div >
12
- <img src =" {{ whiteHeaderLogo }} " alt =" motiBCLogo" />
12
+ <img
13
+ src =" {{ whiteHeaderOrbcLogo }} "
14
+ alt =" onRouteBCLogo"
15
+ style =" background-color: #fff; margin: 0px"
16
+ />
13
17
</div >
14
18
15
- <br />
16
-
17
19
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
18
20
<div class =" flex-container" style =" margin: 1em 0" >
19
21
<p
123
125
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
124
126
<div class =" flex-container" style =" margin: 1em 0" >
125
127
<br />
126
- <div >
127
- <img
128
- src =" {{ whiteFooterLogo }} "
129
- alt =" onRouteBCLogo"
130
- style =" margin: 0px"
131
- />
132
- </div >
133
-
134
- <br />
135
-
136
128
<p
137
129
style ="
138
130
font-family:
Original file line number Diff line number Diff line change 9
9
<div class =" container" style =" margin: 0 2em" >
10
10
<br />
11
11
<div >
12
- <img src =" {{ whiteHeaderLogo }} " alt =" motiBCLogo" />
12
+ <img
13
+ src =" {{ whiteHeaderOrbcLogo }} "
14
+ alt =" onRouteBCLogo"
15
+ style =" background-color: #fff; margin: 0px"
16
+ />
13
17
</div >
14
18
15
- <br />
16
-
17
19
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
18
20
<div class =" flex-container" style =" margin: 1em 0" >
19
21
<p
81
83
82
84
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
83
85
<div class =" flex-container" style =" margin: 1em 0" >
84
- <br />
85
- <div >
86
- <img
87
- src =" {{ whiteFooterLogo }} "
88
- alt =" onRouteBCLogo"
89
- style =" margin: 0px"
90
- />
91
- </div >
92
-
93
86
<br />
94
87
95
88
<p
Original file line number Diff line number Diff line change 9
9
<div class =" container" style =" margin: 0 2em" >
10
10
<br />
11
11
<div >
12
- <img src =" {{ whiteHeaderLogo }} " alt =" motiBCLogo" />
12
+ <img
13
+ src =" {{ whiteHeaderOrbcLogo }} "
14
+ alt =" onRouteBCLogo"
15
+ style =" background-color: #fff; margin: 0px"
16
+ />
13
17
</div >
14
18
15
- <br />
16
-
17
19
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
18
20
<div class =" flex-container" style =" margin: 1em 0" >
19
21
<p
82
84
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
83
85
<div class =" flex-container" style =" margin: 1em 0" >
84
86
<br />
85
- <div >
86
- <img
87
- src =" {{ whiteFooterLogo }} "
88
- alt =" onRouteBCLogo"
89
- style =" margin: 0px"
90
- />
91
- </div >
92
-
93
- <br />
94
-
95
87
<p
96
88
style ="
97
89
font-family:
Original file line number Diff line number Diff line change 11
11
<br />
12
12
<div >
13
13
<img
14
- src =" {{ whiteHeaderLogo }} "
15
- alt =" motiBCLogo "
16
- style =" background-color: #fff; margin: 0 "
14
+ src =" {{ whiteHeaderOrbcLogo }} "
15
+ alt =" onRouteBCLogo "
16
+ style =" background-color: #fff; margin: 0px "
17
17
/>
18
18
</div >
19
- <br />
20
19
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
21
20
<div class =" flex-container" style =" margin: 1em 0" >
22
21
<h2
428
427
</div >
429
428
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
430
429
<div class =" flex-container" style =" margin: 1em 0" >
431
- <div >
432
- <img
433
- src =" {{ whiteFooterLogo }} "
434
- alt =" onRouteBCLogo"
435
- style =" background-color: #fff; margin: 0px"
436
- />
437
- </div >
438
-
439
430
<br />
440
-
441
431
<p
442
432
style ="
443
433
font-family:
Original file line number Diff line number Diff line change 11
11
<br />
12
12
<div >
13
13
<img
14
- src =" {{ whiteHeaderLogo }} "
15
- alt =" motiBCLogo "
16
- style =" background-color: #fff; margin: 0 "
14
+ src =" {{ whiteHeaderOrbcLogo }} "
15
+ alt =" onRouteBCLogo "
16
+ style =" background-color: #fff; margin: 0px "
17
17
/>
18
18
</div >
19
- <br />
20
19
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
21
20
<div class =" flex-container" style =" margin: 1em 0" >
22
21
<h2
102
101
103
102
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
104
103
<div class =" flex-container" style =" margin: 1em 0" >
105
- <div >
106
- <img
107
- src =" {{ whiteFooterLogo }} "
108
- alt =" onRouteBCLogo"
109
- style =" background-color: #fff; margin: 0px"
110
- />
111
- </div >
112
-
113
104
<br />
114
-
115
105
<p
116
106
style ="
117
107
font-family:
Original file line number Diff line number Diff line change 11
11
<br />
12
12
<div >
13
13
<img
14
- src =" {{ whiteHeaderLogo }} "
15
- alt =" motiBCLogo "
16
- style =" background-color: #fff; margin: 0 "
14
+ src =" {{ whiteHeaderOrbcLogo }} "
15
+ alt =" onRouteBCLogo "
16
+ style =" background-color: #fff; margin: 0px "
17
17
/>
18
18
</div >
19
- <br />
20
19
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
21
20
<div class =" flex-container" style =" margin: 1em 0" >
22
21
<h2
83
82
84
83
<hr class =" solid" style =" border-top: 1px solid #dbdcdc" />
85
84
<div class =" flex-container" style =" margin: 1em 0" >
86
- <div >
87
- <img
88
- src =" {{ whiteFooterLogo }} "
89
- alt =" onRouteBCLogo"
90
- style =" background-color: #fff; margin: 0px"
91
- />
92
- </div >
93
-
94
85
<br />
95
-
96
86
<p
97
87
style ="
98
88
font-family:
You can’t perform that action at this time.
0 commit comments