Sha256: 83ce8fc8ed7a3641c7a4d3923c7eafffb60d94f68b4e3b48183a8670fff0a5ad

Contents?: true

Size: 1.06 KB

Versions: 11

Compression:

Stored size: 1.06 KB

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
    = form_for @show, :html => { :class => 'form-horizontal' }, :url => event_shows_path(@event, @show) do |show_form|
      =render :partial => "shared/show_time_and_calendar", :locals => {:event_type => "events"}

      .navbar.clean
        .navbar-inner
          .brand.brand-lite Capacity & Prices
      = show_form.fields_for :chart, @show.chart do |f|
        = f.fields_for :sections do |builder|
          = render 'events/section_fields', :f => builder, :new_show => true
                    
      .form-actions
        = show_form.submit "Save", :class => 'btn btn-primary'
        = show_form.submit "Save & Publish", :class => 'btn btn-success'
        %span.help{'data-title' => 'Publishing', 'data-content' => "Publishing a show means that your show is displayed on your storefront and all on sale tickets are available for purchase".html_safe} ?

Version data entries

11 entries across 11 versions & 1 rubygems

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