Sha256: 7efcba7aa41280669055185a03c3cfb6c7f277ce9c2c8ed5ef333897ea277e85

Contents?: true

Size: 795 Bytes

Versions: 24

Compression:

Stored size: 795 Bytes

Contents

%table.standalone.table
  %thead
    %tr
      %th Discount Code
      %th Type
      %th.right{:style=>'width:100px'} Tickets
      %th.right{:style=>'width:100px'} Discounted
      %th.right{:style=>'width:100px'} 
      %th.right{:style=>'width:100px'} 
  %tbody
    - if statement.discount_rows.empty?
      %tr
        %td{:colspan => 6} No discounts used for this show

    - statement.discount_rows.each do |discount_code, row|
      %tr
        %td=discount_code
        %td=row.type
        %td.right=row.tickets
        %td.right 
          %strong=number_as_cents row.discount
        %td.right
        %td.right
    %tr
      %td.right{:colspan => 6}
        = icon_link_to "Slices", statement_slices_path(@show.id, 'slice[]' => 'discount_code_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/_discounts_table.html.haml
artfully_ose-1.2.0.pre.21 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.20 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.19 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.18 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.17 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.16 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.15 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.12 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.11 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.10 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.9 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.8 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.7 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.6 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.5 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.4 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.3 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.2 app/views/statements/_discounts_table.html.haml
artfully_ose-1.2.0.pre.1 app/views/statements/_discounts_table.html.haml