Sha256: 52e1e5f3da0a4e6579fa5f74a22ec0c2b2e19df08d66e88a97dc819f1a81a169

Contents?: true

Size: 671 Bytes

Versions: 20

Compression:

Stored size: 671 Bytes

Contents

- if controller.controller_name == "shows" && controller.action_name == "show"
  %h3 Show Details
- else
  %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{:width => 100, :style => 'text-transform:capitalize;'}= show.state
      %tr
        %td Sold
        %td= number_as_cents(report.sales_total)
        %td="#{report.sold_total} tickets"
      %tr
        %td Available
        %td
        %td="#{report.available_total} tickets"
  
  .pull-right
    =icon_link_to("View Complete Statement", statement_path(show.id), 'icon-th-list', '', '')

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.21 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.20 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.19 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.18 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.17 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.16 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.15 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.12 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.11 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.10 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.9 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.8 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.7 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.6 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.5 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.4 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.3 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.2 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre.1 app/views/shows/_glance.html.haml
artfully_ose-1.2.0.pre app/views/shows/_glance.html.haml