Sha256: 9fa2fa1d3657c7faaca5593a6a971d85ca211a57053ada3a1d8e5d1e26e37fa4

Contents?: true

Size: 887 Bytes

Versions: 21

Compression:

Stored size: 887 Bytes

Contents

- in_section :events
- content_for :header do
  =render :partial=>'events/header'

.row
  .span3
    - in_sub_section :shows
    =render :partial=>'events/menu'
  .span9
    = render "shared/error_messages", :target => @event
    #show-headline.row-fluid
      .span6
        %h3=l @show.datetime_local_to_event, :format => :day_time
        .row-fluid
          .span5
            =render :partial => "work_with", :locals => {:show => @show}
          .span6
            =icon_link_to("Box Office", new_event_show_sales_path(@event,@show), 'icon-shopping-cart', 'btn', '')
      .span6
        = render :partial => "glance", :locals => { :report => @show.glance, :show => @show }
    #sections
      .row-fluid
        .span3
          %h4 Ticket Capacity
      = render :partial => 'sections_table', :locals => { :show => @show, :tickets => @show.tickets }
      
#newTicketType.modal

Version data entries

21 entries across 21 versions & 1 rubygems

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