Sha256: a56fb880f9dab84c4d44c83183f426b43d44466855452ece938f2aed624117ad

Contents?: true

Size: 564 Bytes

Versions: 11

Compression:

Stored size: 564 Bytes

Contents

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

    - statement.pass_rows.each do |pass_code, row|
      %tr
        %td=pass_code
        %td.right
        %td.right=row.tickets
        %td.right
        %td.right
        %td.right

Version data entries

11 entries across 11 versions & 1 rubygems

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