Sha256: f8060301262ba1f4a1b22a4d548c184067cfffbb30ccec9a4fc8a689a60a889d

Contents?: true

Size: 627 Bytes

Versions: 176

Compression:

Stored size: 627 Bytes

Contents

/ TODO: Remove if unused
= field_set_tag do
  legend #{title}

  = patient.simple_fields_for :document, patient.object.document do |patient_doc|

    = patient_doc.simple_fields_for document_attribute,
                                    patient.object.document.send(document_attribute) do |person_doc|
      = person_doc.input :name
      = person_doc.input :telephone

      b Address:
      = person_doc.simple_fields_for :address,
                                     patient.object.document.send(document_attribute).address do |address_doc|
        = render partial: "renalware/addresses/form", locals: { a: address_doc }

Version data entries

176 entries across 176 versions & 1 rubygems

Version Path
renalware-core-2.0.104 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.103 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.102 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.101 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.100 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.99 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.98 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.97 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.96 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.95 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.94 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.93 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.92 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.91 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.90 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.89 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.88 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.87 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.86 app/views/renalware/patients/_person_form_fields.html.slim
renalware-core-2.0.85 app/views/renalware/patients/_person_form_fields.html.slim