Sha256: 558b71a9505917abf4bfffb1cc9c0214d56fb1fc7f07eb956cc6a63cef776773

Contents?: true

Size: 716 Bytes

Versions: 11

Compression:

Stored size: 716 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'), 'fa-chevron-right', 'btn', ''

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/statements/_order_location_table.html.haml
artfully_ose-1.3.0.pre3 app/views/statements/_order_location_table.html.haml
artfully_ose-1.3.0.pre2 app/views/statements/_order_location_table.html.haml
artfully_ose-1.3.0.pre1 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.beta.1 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.alpha.2 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.alpha.1 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.27 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.26 app/views/statements/_order_location_table.html.haml
artfully_ose-1.2.0.pre.24 app/views/statements/_order_location_table.html.haml