Show reg status for tickets.
This commit is contained in:
parent
350371f79d
commit
0b512b1385
3 changed files with 7 additions and 7 deletions
|
|
@ -16,6 +16,7 @@
|
|||
%th ID
|
||||
%th Type
|
||||
%th User
|
||||
%th Registration?
|
||||
%th Actions
|
||||
%tbody
|
||||
- @physical_tickets.each do |physical_ticket|
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
%td= physical_ticket.id
|
||||
%td= physical_ticket.ticket.title
|
||||
%td= physical_ticket.user.name
|
||||
%td= physical_ticket.ticket.registration_ticket? ? 'Yes' : 'No'
|
||||
%td
|
||||
.btn-group
|
||||
= link_to 'Show',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue