app/views/events/prices.html.haml in artfully_ose-1.3.0.pre3 vs app/views/events/prices.html.haml in artfully_ose-1.3.0.pre4
- old
+ new
@@ -6,15 +6,14 @@
.span3
- in_sub_section :details
=render :partial=>'menu'
.span9
= render "shared/error_messages", :target => @event
- %h3 Ticket Capacity
- = form_for( @event.default_chart, :html => { :class => 'form-horizontal' } ) do |f|
+ = form_for( @event.default_chart, :url => price_path(@event.default_chart), :as => :chart, :html => { :class => 'form-horizontal' } ) do |f|
= f.fields_for :sections do |builder|
- = render 'section_fields', :f => builder
+ = render 'section_fields', :f => builder, :hide_capacity => @event.assigned?
.form-actions
= render :partial => "shared/save_save_and_next", :locals => {:form => f}
-unless @event.shows.empty?
@@ -27,6 +26,6 @@
Changing prices on this screen
%b
will not
change the prices on shows you have already created. To edit pricing for existing shows, select a single show and edit pricing information for that specific show.
.modal-footer
- %button.btn.btn-success{'data-dismiss'=>'modal'} OK
+ %button.btn.btn-success{'data-dismiss'=>'modal'} OK
\ No newline at end of file