Sha256: 471c522cb08cccfc48ca2658eaab9174bab7fc66fa93ae23612d79dbd0e40098

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

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

    = form_for( @event.default_chart, :html => { :class => 'form-horizontal' } ) do |f|
      %fieldset
        %legend Ticket Types

        = f.fields_for :sections do |builder|
          = render 'section_fields', :f => builder

        .control-group
          .controls
            %i.icon-plus-sign.icon-gray
            = link_to_add_fields 'Add another ticket type', f, :sections
          
      .form-actions
        = f.submit "Save", :class => 'btn'

-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

2 entries across 2 versions & 1 rubygems

Version Path
artfully_ose-1.0.0.rc4 app/views/events/prices.html.haml
artfully_ose-1.0.0.rc3 app/views/events/prices.html.haml