Sha256: bfb0ab1b32555cdc881d7ee3f6acb2904811e607e0598339e70f1d4cd8e5537b

Contents?: true

Size: 578 Bytes

Versions: 11

Compression:

Stored size: 578 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"
  
  .pull-right
    =icon_link_to("View Complete Statement", statement_path(show.id), 'fa-th-list', '', '')

Version data entries

11 entries across 11 versions & 1 rubygems

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