Sha256: 1ba38285b0009a12ae72c4b000d43145a811e0a2bceee8d48bb8a68959632584

Contents?: true

Size: 802 Bytes

Versions: 66

Compression:

Stored size: 802 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"
    span= " or "
    = link_to "cancel", patient_virology_dashboard_path(patient)

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
renalware-core-2.0.147 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.146 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.145 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.144 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.143 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.142 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.141 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.140 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.139 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.138 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.137 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.136 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.135 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.134 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.133 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.132 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.131 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.130 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.129 app/views/renalware/virology/profiles/edit.html.slim
renalware-core-2.0.128 app/views/renalware/virology/profiles/edit.html.slim