Sha256: b16c19cd430b8c6eec5e54911b0b7ed0e3edd2bbd3218aa70f27b4b6f81df3f7

Contents?: true

Size: 1.22 KB

Versions: 24

Compression:

Stored size: 1.22 KB

Contents

:erb
  <style>
  path {
    stroke: #000;
    stroke-width: 1.5;
    cursor: default;
  }

  tspan {
    cursor: pointer;
  }
  </style>


- content_for :header do
  %h3="Slices: #{@show.event.name} #{l @show.datetime_local_to_organization, :format => :short}"

.row
  .span12
    =select_tag "slice", options_for_select(@select_options, params.fetch(:slice,[])[0])
    =select_tag "slice", options_for_select(@select_options)
    =select_tag "slice", options_for_select(@select_options)

.row
  .span2
    .well
      .stat.bottom-room
        .center.headline-stat=@total_tickets
        .center.headline-caption
          %h6 TICKETS
      .stat.bottom-room
        .center.headline-stat#tickets-stat="--"
        .center.headline-caption
          %h6 TICKETS IN SLICE
      .stat.bottom-room
        .center.headline-stat#tickets-pct="--"
        .center.headline-caption
          %h6 PCT OF SLICE
  .span10
    #vis


-content_for :custom_js do
  :erb
    <script>
      var show_id = <%=@show.id%>
    </script>
  = javascript_include_tag 'slicer'

#stats.modal
  .modal-header
    .close{'data-dismiss'=>'modal'} x
    %h3 Slice Stats
  .modal-body
    %p
      Hi 
  .modal-footer
    %button.btn.btn-success{'data-dismiss'=>'modal'} OK

Version data entries

24 entries across 24 versions & 1 rubygems

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