Sha256: 476786e2ad9b3e6b17f150a446b0bb01893de7d80499e8b10c5d7d081d32ca69

Contents?: true

Size: 718 Bytes

Versions: 24

Compression:

Stored size: 718 Bytes

Contents

%table.standalone.table
  %thead
    %tr
      %th Order Location
      %th.right{:style=>'width:100px'} Tickets
      %th.right{:style=>'width:100px'} Gross
      %th.right{:style=>'width:100px'} Processing
      %th.right{:style=>'width:100px'} Net
  %tbody
    - statement.order_location_rows.each do |order_location, row|
      %tr
        %td=order_location
        %td.right=row.tickets
        %td.right
          %strong=number_as_cents row.gross
        %td.right=number_as_cents row.processing
        %td.right=number_as_cents row.net
    %tr
      %td.right{:colspan => 5}
        = icon_link_to "Slices", statement_slices_path(@show.id, 'slice[]' => 'order_location_proc'), 'icon-chevron-right', 'btn', ''

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.21 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.20 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.19 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.18 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.17 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.16 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.15 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.12 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.11 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.10 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.9 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.8 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.7 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.6 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.5 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.4 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.3 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.2 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.1 app/views/statements/_order_location_table.html.haml