Bike!Bike! Website!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
346 B

= sortable @conference.conference_registration_form_fields, 'registration_form_field_id', url: 'form/reorder' do |form_field|
- ff = RegistrationFormField.find(form_field.registration_form_field_id)
%span.drag-sort='[drag]'
= ff.title
%a.remove-form-field.button{:data => {:id => ff.id}}
= _ 'registration_form_field.list.remove_from_form'