Sha256: bfb91a48dacab3a8aa6a88d611857c3060f948705fe35c099274bf49ab1dae02

Contents?: true

Size: 1017 Bytes

Versions: 31

Compression:

Stored size: 1017 Bytes

Contents

- in_section :events
- content_for :header do
  =render :partial=>'events/header'

.row
  .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|
      = f.fields_for :sections do |builder|
        = render 'section_fields', :f => builder
          
      .form-actions
        = render :partial => "shared/save_save_and_next", :locals => {:form => f}

-unless @event.shows.empty?        
  #nag.modal
    .modal-header
      .close{'data-dismiss'=>'modal'} x
      %h3 Editing Prices
    .modal-body
      %p
        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

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre3 app/views/events/prices.html.haml
artfully_ose-1.3.0.pre2 app/views/events/prices.html.haml
artfully_ose-1.3.0.pre1 app/views/events/prices.html.haml
artfully_ose-1.2.0 app/views/events/prices.html.haml
artfully_ose-1.2.0.beta.1 app/views/events/prices.html.haml
artfully_ose-1.2.0.alpha.2 app/views/events/prices.html.haml
artfully_ose-1.2.0.alpha.1 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.27 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.26 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.24 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.23 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.21 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.20 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.19 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.18 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.17 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.16 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.15 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.12 app/views/events/prices.html.haml
artfully_ose-1.2.0.pre.11 app/views/events/prices.html.haml