Sha256: b525ab7331d6cc444aa924fb13dd95707c9ca27e421bc33839de26867c518b2a

Contents?: true

Size: 416 Bytes

Versions: 31

Compression:

Stored size: 416 Bytes

Contents

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

= form_for( @ticket_type, :html => { :class => 'form-horizontal' } ) do |form|
  .modal-body
    = 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

31 entries across 31 versions & 1 rubygems

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