app/views/shows/new.html.haml in artfully_ose-1.2.0.beta.1 vs app/views/shows/new.html.haml in artfully_ose-1.2.0.pre

- old
+ new

@@ -6,19 +6,20 @@ .span3 - in_sub_section :shows =render :partial=>'events/menu' .span9 = render "shared/error_messages", :target => @event + %h3 Add a Show = 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"} + #new-show-calendar + - .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} ? + = render 'events/section_fields', :f => builder + + .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} ? + + \ No newline at end of file