Show reg status for tickets.
This commit is contained in:
parent
350371f79d
commit
0b512b1385
3 changed files with 7 additions and 7 deletions
|
|
@ -13,8 +13,7 @@
|
|||
%thead
|
||||
%tr
|
||||
%th Ticket
|
||||
- if @conference.tickets.for_registration.any?
|
||||
%th Registration Ticket
|
||||
%th Registration?
|
||||
%th Quantity
|
||||
%th Price
|
||||
%th Total
|
||||
|
|
@ -23,8 +22,7 @@
|
|||
= render 'ticket', f: f, ticket: ticket
|
||||
%tr
|
||||
%td
|
||||
- if @conference.tickets.for_registration.any?
|
||||
%td
|
||||
%td
|
||||
%td
|
||||
%td.col-sm-1.col-md-1.text-center
|
||||
%h4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue