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.21 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.20 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.18 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.17 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.16 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.15 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.14 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.13 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.12 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.11 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.9 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.8 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.7 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.5 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.4 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.3 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.2 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.1 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/pd/_exit_site_infections.html.slim