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.149 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.148 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.147 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.146 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.145 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.144 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.143 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.142 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.141 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.140 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.139 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.138 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.137 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.136 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.135 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.134 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.133 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.132 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.131 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.130 app/views/renalware/pd/_exit_site_infections.html.slim