Sha256: 1c734c328d298ca63b6cd8cd782050eb17ddd63b8fa5a8fb4c76c5314f6c1476

Contents?: true

Size: 526 Bytes

Versions: 2

Compression:

Stored size: 526 Bytes

Contents

%h3 At a Glance
- if report.nil?
  %p Report not yet available.
- else
  %table.table.table-condensed
    %tbody
      %tr
        %td State
        %td
        %td= show.state.capitalize
      %tr
        %td Sold
        %td="#{report.sold_total} tickets"
        %td= number_as_cents(report.sales_total)
      %tr
        %td Potential Remaining
        %td
        %td= number_as_cents(report.potential_remaining)
      %tr
        %td Original Potential
        %td
        %td= number_as_cents(report.potential_original)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/shows/_glance.html.haml
artfully_ose-1.0.0.rc3 app/views/shows/_glance.html.haml