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