Sha256: 585417745d41af73c1d6b27af5562b732080615b5e9096c0edc4997b63951114

Contents?: true

Size: 514 Bytes

Versions: 32

Compression:

Stored size: 514 Bytes

Contents

.modal-header
  .close{'data-dismiss'=>'modal'} x
  .row-fluid
    .span10
      %h3 New Ticket Type

= form_for( [@ticket_type.section, @ticket_type], :html => { :class => 'form-horizontal' } ) do |form|
  .modal-body
    = form.hidden_field :section_id, {:value => @ticket_type.section.id }
    = render 'events/ticket_type_fields', :f => form, :show_remove_links => false
  .modal-footer
    = form.submit "Save", :class => 'btn btn-primary'
    =link_to "Cancel", "#", :class => "btn", 'data-dismiss'=>'modal' 

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.10 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.9 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.8 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.7 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.6 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.5 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.4 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.3 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.2 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.1 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre app/views/ticket_types/new.html.haml