= simple_form_for @trip, url: dispatch_now_company_trip_path, turboboost: true do |f| = f.input :trip, as: :hidden, input_html: {value: @trip.try(:id)} .row.mt30 .col-sm-12.center.fs20 | Are sure you want to dispatch this workorder #{@trip.work_order.id} for vendor #{@trip.contractor.name} .modal-footer.box-footer.mt30 nav = f.submit 'Dispatch Now', class: 'btn btn-primary p10' span.pl8 button.btn.btn-cancel.p7 data-dismiss="modal" type="button" Cancel