File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
app/templates/components/orders Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 12
12
<h3 class =" weight-400" >{{ t ' When & Where' }} </h3 >
13
13
</div >
14
14
<div class =" ui padded segment" >
15
- <strong >{{ t ' At' }} {{ this.data.event.locationName }} </strong >
15
+ {{ #if this.data.event.online }}
16
+ {{ #if this.data.event.locationName }}
17
+ <strong >{{ t ' Event taking place online and at' }} {{ this.data.event.locationName }} </strong >
18
+ {{ else }}
19
+ <strong >{{ t ' Online Event' }} </strong >
20
+ {{ /if }}
21
+ {{ else if this.data.event.locationName}}
22
+ <strong >{{ t ' At' }} {{ this.data.event.locationName }} </strong >
23
+ {{ else }}
24
+ <strong >{{ t ' Location or online event details to be announced' }} </strong >
25
+ {{ /if }}
16
26
<br >
17
27
<strong >{{ t ' From' }} :</strong > {{ header-date this.data.event.startsAt }}
18
28
<br >
You can’t perform that action at this time.
0 commit comments