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.3.0.pre4 app/views/ticket_types/new.html.haml
artfully_ose-1.3.0.pre3 app/views/ticket_types/new.html.haml
artfully_ose-1.3.0.pre2 app/views/ticket_types/new.html.haml
artfully_ose-1.3.0.pre1 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.beta.1 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.alpha.2 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.alpha.1 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.27 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.26 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.24 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.23 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.21 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.20 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.19 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.18 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.17 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.16 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.15 app/views/ticket_types/new.html.haml
artfully_ose-1.2.0.pre.12 app/views/ticket_types/new.html.haml