Sha256: b6a7d80452c46966e5a66f99d10a7ab0de5089cbb36f25fa6f6f4a6988f9ae72
Contents?: true
Size: 978 Bytes
Versions: 2
Compression:
Stored size: 978 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 %h3 Add a Show = form_for @show, :html => { :class => 'form-horizontal' }, :url => event_shows_path(@event, @show) do |show_form| #new-show-calendar = show_form.fields_for :chart, @show.chart do |f| = f.fields_for :sections do |builder| = 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} ?
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
artfully_ose-1.2.0.pre.1 | app/views/shows/new.html.haml |
artfully_ose-1.2.0.pre | app/views/shows/new.html.haml |