Sha256: 4713f484e3099470081c3865eb7bc685f5663b38d4235f526feac221d7751eb5

Contents?: true

Size: 670 Bytes

Versions: 8

Compression:

Stored size: 670 Bytes

Contents

/ .section-actions
/   = link_to "Edit",
/             edit_patient_pd_exit_site_infection_path(patient, exit_site_infection),
/             remote: true

/ .section-content

#infection
  dl.dl-horizontal
    dt Diagnosed:
    dd= l exit_site_infection.diagnosis_date
    dt Last Updated:
    dd= l exit_site_infection.updated_at
    dt Outcome:
    dd= exit_site_infection.outcome
    dt Treatment:
    dd= exit_site_infection.treatment
    dt Notes:
    dd= exit_site_infection.notes

  .right
    = link_to "Edit",
              edit_patient_pd_exit_site_infection_path(patient, exit_site_infection),
              remote: true,
              class: %i(button tiny)

Version data entries

8 entries across 8 versions & 1 rubygems

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