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

Version Path
artfully_ose-1.3.0.pre4 app/views/shows/door_list.pdf.haml
artfully_ose-1.3.0.pre3 app/views/shows/door_list.pdf.haml
artfully_ose-1.3.0.pre2 app/views/shows/door_list.pdf.haml
artfully_ose-1.3.0.pre1 app/views/shows/door_list.pdf.haml
artfully_ose-1.2.0 app/views/shows/door_list.pdf.haml
artfully_ose-1.2.0.beta.1 app/views/shows/door_list.pdf.haml
artfully_ose-1.2.0.alpha.2 app/views/shows/door_list.pdf.haml
artfully_ose-1.2.0.alpha.1 app/views/shows/door_list.pdf.haml
artfully_ose-1.2.0.pre.27 app/views/shows/door_list.pdf.haml
artfully_ose-1.2.0.pre.26 app/views/shows/door_list.pdf.haml
artfully_ose-1.2.0.pre.24 app/views/shows/door_list.pdf.haml