Regrouped dynamic form fields into common partials & modified project details to use form helper
dev
1 parent 75ddc36 commit 7eff204c3cb536101ba1aab9e03dde0d88883bde
@Benjamin FAURE Benjamin FAURE authored on 2 Jun 2020
Showing 17 changed files
View
app/helpers/dynamic_form_helper.rb
View
app/views/branded/plans/plan_details/_plan_funding_form.html.erb
View
app/views/branded/plans/plan_details/_plan_metadata.html.erb
View
app/views/branded/plans/plan_details/_plan_partner_form.html.erb
View
app/views/branded/plans/plan_details/_plan_project.html.erb
View
app/views/branded/plans/plan_details/fields/_date_field.html.erb 100644 → 0
View
app/views/branded/plans/plan_details/fields/_text_field.html.erb 100644 → 0
View
app/views/branded/plans/plan_details/fields/_url_field.html.erb 100644 → 0
View
app/views/branded/questions/_new_edit_question_structured.erb
View
app/views/branded/questions/fields/_checkbox_field.html.erb 100644 → 0
View
app/views/branded/questions/fields/_number_field.html.erb 100644 → 0
View
app/views/branded/questions/fields/_text_field.html.erb 100644 → 0
View
app/views/branded/shared/dynamic_form/fields/_checkbox_field.html.erb 0 → 100644
View
app/views/branded/shared/dynamic_form/fields/_date_field.html.erb 0 → 100644
View
app/views/branded/shared/dynamic_form/fields/_number_field.html.erb 0 → 100644
View
app/views/branded/shared/dynamic_form/fields/_text_field.html.erb 0 → 100644
View
app/views/branded/shared/fragments/_person_fragment_form.html.erb