Sha256: 90d2de9bb6efb205a962dff59e4bf29a60e4b42813bf3881c559ed1e8afeed9f
Contents?: true
Size: 937 Bytes
Versions: 11
Compression:
Stored size: 937 Bytes
Contents
#door-list-table %table{:style => 'width: 100%'} %thead %tr{:style => "padding: 20px; text-align:left;"} %th Order Number %th First %th Last %th Ticket Type %th Method %tbody - @door_list.items.each do |door_list_item| %tr{:style => "padding: 20px; text-align:left;"} %td= door_list_item.order_id %td= door_list_item.buyer.first_name %td= door_list_item.buyer.last_name %td= door_list_item.ticket.ticket_type.name %td= door_list_item.payment_method - if door_list_item.special_instructions.present? %tr %td %td{:colspan => 4} Special Instructions: = door_list_item.special_instructions - if door_list_item.notes.present? %tr %td %td{:colspan => 4} Notes: = door_list_item.notes
Version data entries
11 entries across 11 versions & 1 rubygems