Sha256: 05ff3fd26568229c3140528b68a3d87673a3cebd49cbe7e2abe445fe0dfd7a62

Contents?: true

Size: 795 Bytes

Versions: 18

Compression:

Stored size: 795 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_b_core_antibody
      = render_input fd, :hepatitis_c
      = render_input fd, :htlv

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
renalware-core-2.0.167 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.166 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.165 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.164 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.163 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.162 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.161 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.160 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.159 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.158 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.157 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.156 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.155 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.153 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.152 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.151 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.149 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.148 app/views/renalware/virology/profiles/edit.html.slim