File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2626 <br >
2727 <strong >{{ t ' From' }} :</strong > {{ general-date this.data.event.startsAt ' date-time-long' }}
2828 <br >
29- <strong >{{ t ' To' }} :</strong > {{ general-date this.data.event.endsAt ' date-time-long' }}
29+ <strong >{{ t ' To' }} :</strong > {{ general-date this.data.event.endsAt ' date-time-long' }} ( {{ this.data.event.timezone }} )
3030 {{ #if this.data.event.ownerName }}
3131 <br >
3232 <strong >{{ t ' Organized By' }} :</strong > {{ this.data.event.ownerName }}
Original file line number Diff line number Diff line change 8787 {{ /if }}
8888 {{ #if (eq this.data.paymentMode ' cheque' )}}
8989 <div class =" ui divider" ></div >
90- <h2 class =" weight-300" >
90+ <h4 class =" weight-300" >
9191 {{ t ' Cheque Details ' }}
92- </h2 >
92+ </h4 >
9393 <span >
9494 {{ this.data.event.chequeDetails }}
9595 </span >
9696 {{ else if (eq this.data.paymentMode 'onsite')}}
9797 <div class =" ui divider" ></div >
98- <h2 class =" weight-300" >
98+ <h4 class =" weight-300" >
9999 {{ t ' Onsite Instructions' }}
100- </h2 >
100+ </h4 >
101101 <span >
102102 {{ this.data.event.onsiteDetails }}
103103 </span >
104104 {{ else if (eq this.data.paymentMode 'cheque')}}
105105 <div class =" ui divider" ></div >
106- <h2 class =" weight-300" >
106+ <h4 class =" weight-300" >
107107 {{ t ' Bank Details' }}
108- </h2 >
108+ </h4 >
109109 <span >
110110 {{ this.data.event.bankDetails }}
111111 </span >
112112 {{ else if (eq this.data.paymentMode 'invoice')}}
113113 <div class =" ui divider" ></div >
114- <h2 class =" weight-300" >
114+ <h4 class =" weight-300" >
115115 {{ t ' Invoice Details' }}
116- </h2 >
116+ </h4 >
117117 <span >
118118 {{ this.data.event.invoiceDetails }}
119119 </span >
Original file line number Diff line number Diff line change 88 <div class =" row" >
99 <div class =" column" >
1010 <div class =" ui small gray-text" >
11- {{ general-date this.model.order.event.startsAt ' date-time-long' }} - {{ general-date this.model.order.event.endsAt ' date-time-long' }}
11+ {{ general-date this.model.order.event.startsAt ' date-time-long' }} - {{ general-date this.model.order.event.endsAt ' date-time-long' }} ( {{ this.model.order.event.timezone }} )
1212 <br >
1313 {{ this.model.order.event.locationName }}
1414 </div >
You can’t perform that action at this time.
0 commit comments