Sha256: d9b484b2da8bc22914e1e488e73ce0cfe5d691db3f05345130fd24d22c41d589

Contents?: true

Size: 902 Bytes

Versions: 9

Compression:

Stored size: 902 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,:render => 'boxoffice'), 'fa-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

9 entries across 9 versions & 1 rubygems

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