- 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| .control-group .navbar.clean .navbar-inner .brand.brand-lite Show Time .controls =select_tag :hour, options_for_select(["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"], "8"), :id => "show-time-hour", :class => "input-small" =":" =select_tag :minute, options_for_select(["00", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59"]), :id => "show-time-minute", :class => "input-small" =select_tag :meridian, options_for_select([["AM", "a"], ["PM", "p"]], "p"), :id => "show-time-meridian", :class => "input-small" .bottom-room .navbar.clean .navbar-inner .brand.brand-lite Show Dates #new-show-calendar{'data-event-id' => @event.id} #calendar-help .pull-right %span{:style => 'background-color: #adadad'}      Existing shows %span{:style => 'background-color: #3a87ad'}      New shows %div{:style => "clear:both"} .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} ?