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.86 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.85 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.84 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.83 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.82 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.81 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.80 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.79 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.78 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.77 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.76 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.75 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.74 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.73 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.72 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.71 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.70 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.69 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.68 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.67 app/views/renalware/pd/_exit_site_infections.html.slim