Sha256: ee3f0195db4d7ae594c724db9defe1b36a1131a5bfd778a3319d28eb1a667ea0

Contents?: true

Size: 611 Bytes

Versions: 28

Compression:

Stored size: 611 Bytes

Contents

%h3 Event Overview

%table.table.table-condensed
  %tbody
    %tr
      %td On Sale
      %td= report.available_total
      %td
    %tr
      %td Comped
      %td= report.comped_total
      %td
    %tr
      %td Sold
      %td= report.sold_total
      %td= number_as_cents(report.sales_total)
    %tr
      %td Sold Today
      %td= report.sold_today
      %td= number_as_cents(report.sales_today)
    %tr
      %td Total Played
      %td= report.sold_played
      %td= number_as_cents(report.sales_played)
    %tr
      %td Storefront
      %td
      %td=link_to "Link", store_old_storefront_event_path(@event)

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.7 app/views/events/_glance.html.haml
artfully_ose-1.2.0.pre.6 app/views/events/_glance.html.haml
artfully_ose-1.2.0.pre.5 app/views/events/_glance.html.haml
artfully_ose-1.2.0.pre.4 app/views/events/_glance.html.haml
artfully_ose-1.2.0.pre.3 app/views/events/_glance.html.haml
artfully_ose-1.2.0.pre.2 app/views/events/_glance.html.haml
artfully_ose-1.2.0.pre.1 app/views/events/_glance.html.haml
artfully_ose-1.2.0.pre app/views/events/_glance.html.haml