Sha256: 5c6a4c3c0a7cee988a8b1ccc7d6e8f6892043b64ac17f7d4338f5db71c83a0ea

Contents?: true

Size: 729 Bytes

Versions: 24

Compression:

Stored size: 729 Bytes

Contents

%table.standalone.table
  %thead
    %tr
      %th Payment Method
      %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.payment_method_rows.each do |payment_method, row|
      %tr
        %td=payment_method.capitalize
        %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[]' => 'payment_method_proc'), 'icon-chevron-right', 'btn', ''

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre app/views/statements/_payment_method_table.haml
artfully_ose-1.1.0 app/views/statements/_payment_method_table.haml
artfully_ose-1.1.0.rc2 app/views/statements/_payment_method_table.haml
artfully_ose-1.1.0.rc1 app/views/statements/_payment_method_table.haml