Sha256: f0f27506ac5b53cd8e02bdcf7faef8f641ea54b97a21848f1b95130f679635d8

Contents?: true

Size: 426 Bytes

Versions: 32

Compression:

Stored size: 426 Bytes

Contents

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

= form_for( @section, :html => { :class => 'form-horizontal' } ) do |form|
  .modal-body
    = form.hidden_field :chart_id, {:value => @section.chart.id }
    = render 'events/section_fields', :f => form, :show_remove_links => false, :no_editing => true
  .modal-footer
    = form.submit "Save", :class => 'btn btn-primary'

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/sections/edit.html.haml
artfully_ose-1.3.0.pre3 app/views/sections/edit.html.haml
artfully_ose-1.3.0.pre2 app/views/sections/edit.html.haml
artfully_ose-1.3.0.pre1 app/views/sections/edit.html.haml
artfully_ose-1.2.0 app/views/sections/edit.html.haml
artfully_ose-1.2.0.beta.1 app/views/sections/edit.html.haml
artfully_ose-1.2.0.alpha.2 app/views/sections/edit.html.haml
artfully_ose-1.2.0.alpha.1 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.27 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.26 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.24 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.23 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.21 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.20 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.19 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.18 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.17 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.16 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.15 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.12 app/views/sections/edit.html.haml