Sha256: 6c95a44f303d1a2e8d1100e4fdf5fa421b464e6d5c223441c1cbc4e81ff85a53

Contents?: true

Size: 1.28 KB

Versions: 11

Compression:

Stored size: 1.28 KB

Contents

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

  tspan {
    cursor: pointer;
  }
  </style>


- content_for :header do
  %h3="#{@show.event.name} #{l @show.parsed_local_datetime, :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
    =icon_link_to("View statement", statement_path(@show), 'fa-share', 'btn', '')
  .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

11 entries across 11 versions & 1 rubygems

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