Sha256: 0ef0adba36d07c30aa7aaac19de65237b35ee785663edbab879a5e2d9dd23a9a

Contents?: true

Size: 700 Bytes

Versions: 6

Compression:

Stored size: 700 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

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/pd/_exit_site_infections.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/pd/_exit_site_infections.html.slim