Sha256: c839d8abe381c6b9afeda70eb403f6889145810e139e165949b073e5c966f81e

Contents?: true

Size: 268 Bytes

Versions: 37

Compression:

Stored size: 268 Bytes

Contents

%ul.kv
  %li
    .key Tickets
    .value= show.tickets.size
  %li
    .key Sold
    .value= show.tickets_sold.size
  %li
    .key Gross Potential
    .value= number_as_cents(show.gross_potential)
  %li
    .key Gross Sales
    .value= number_as_cents(show.gross_sales)

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.10 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.9 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.8 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.7 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.6 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.5 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.4 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.3 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.2 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre.1 app/views/shows/_stats.html.haml
artfully_ose-1.2.0.pre app/views/shows/_stats.html.haml
artfully_ose-1.1.0 app/views/shows/_stats.html.haml
artfully_ose-1.1.0.rc2 app/views/shows/_stats.html.haml
artfully_ose-1.1.0.rc1 app/views/shows/_stats.html.haml
artfully_ose-1.0.0.rc4 app/views/shows/_stats.html.haml
artfully_ose-1.0.0.rc3 app/views/shows/_stats.html.haml