File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 39
39
<h3 class =" weight-400" >{{ t ' Order Summary' }} </h3 >
40
40
</div >
41
41
{{ #if (and (or (eq this.session.currentRouteName ' orders.new' ) (eq this.session.currentRouteName ' orders.view' ) (eq this.session.currentRouteName ' orders.pending' )) (not-eq this.data.status ' cancelled' ))}}
42
- <table class =" ui very basic tablet stackable table order-summary center aligned" >
42
+ <table class =" ui very basic unstackable table order-summary center aligned" >
43
43
<thead >
44
44
<tr >
45
45
{{ #if (eq this.data.amount 0 )}}
Original file line number Diff line number Diff line change 20
20
@event ={{ this.model.event }}
21
21
@eventCurrency ={{ this.model.order.event.paymentCurrency }} />
22
22
<br />
23
+ <Forms::Orders::AttendeeList
24
+ @save =" save"
25
+ @data ={{ this.model.order }}
26
+ @fields ={{ this.model.form }}
27
+ @event ={{ this.model.event }} />
28
+ </div >
29
+ <div class =" six wide column" >
30
+ <Orders::EventInfo
31
+ @data ={{ this.model.order }} />
32
+ <br />
23
33
<button class =" ui labeled icon {{ if this.isLoadingTickets ' loading' }} {{ if this.device.isMobile ' fluid' }} button"
24
34
{{ action this.downloadTickets this.model.event.name this.model.order.identifier }} >
25
35
<i class =" ticket alternate icon" ></i >
26
36
{{ t ' Download Tickets' }}
27
37
</button >
38
+ {{ #if this.device.isMobile }}
39
+ <br />
40
+ {{ /if }}
28
41
<button {{ action ' downloadInvoice' this.model.event.name this.model.order.identifier }}
29
42
class =" ui labeled icon blue {{ if this.isLoadingInvoice ' loading' }} {{ if this.device.isMobile ' fluid' }} button" >
30
43
<i class =" download icon" ></i >
31
44
{{ t ' Download Invoice' }}
32
45
</button >
33
46
<br /><br />
34
- <Forms::Orders::AttendeeList
35
- @save =" save"
36
- @data ={{ this.model.order }}
37
- @fields ={{ this.model.form }}
38
- @event ={{ this.model.event }} />
39
- </div >
40
- <div class =" mobile hidden six wide column" >
41
- <Orders::EventInfo
42
- @data ={{ this.model.order }} />
43
- <br />
44
47
<Orders::TicketHolder
45
- @data ={{ this.model.order }} />
48
+ @data ={{ this.model.order }} />
46
49
</div >
47
50
</div >
48
51
</div >
You can’t perform that action at this time.
0 commit comments