Sha256: 8ae8fd0f5c7a1ab0d6a2d896cf5f558174f36bac9d947e95dc0f2fb77559ab1a

Contents?: true

Size: 750 Bytes

Versions: 35

Compression:

Stored size: 750 Bytes

Contents

= within_patient_layout(title: "Edit Profile",
      breadcrumbs: breadcrumb_for("Virology", patient_virology_dashboard_path(patient))) do

  = simple_form_for(profile,
                    url: patient_virology_profile_path(patient, profile),
                    method: :patch,
                    html: { autocomplete: "off" },
                    wrapper: :horizontal_form) do |f|

    = f.simple_fields_for :document, profile.document do |fd|
      .hint If YES, enter year of diagnosis
      = render_input fd, :hiv
      = render_input fd, :hepatitis_b
      = render_input fd, :hepatitis_c
      = render_input fd, :htlv

    = f.submit "Save", class: "button"
    span= " or "
    = link_to "cancel", patient_virology_dashboard_path(patient)

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
renalware-core-2.0.78 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.77 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.76 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.75 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.74 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.73 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.72 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.71 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.70 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.69 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.68 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.67 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.64 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.63 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.62 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.61 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.60 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.58 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.57 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.56 app/views/renalware/virology/profiles/edit.html.slim