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.2.0.pre.11 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.10 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.9 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.8 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.7 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.6 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.5 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.4 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.3 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.2 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre.1 app/views/sections/edit.html.haml
artfully_ose-1.2.0.pre app/views/sections/edit.html.haml