Sha256: 98696d7e613748eb91e3bfbd28a115bcfb2fad0c38c05d5be547b78c1966cdaa

Contents?: true

Size: 699 Bytes

Versions: 153

Compression:

Stored size: 699 Bytes

Contents

table
  thead
    th.col-width-tiny
    th.col-width-date Diagnosed on
    th Outcome
    th Treatment
    th.col-width-date= t("updated_at")

  tbody
    - exit_site_infections.each do |e|
      tr valign="top"
        td valign="top"
          - unless current_user.has_role?(:read_only)
          = link_to "View",
                    patient_pd_exit_site_infection_path(patient, e.id),
                    class: "view-es-infection",
                    id: "view-es-infection-#{e.id}"
        td valign="top"
          = l e.diagnosis_date

        td valign="top"
          = e.outcome

        td valign="top"
          = e.treatment

        td valign="top"
          = e.updated_at.to_date

Version data entries

153 entries across 153 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc11 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/pd/_exit_site_infections.html.slim