Sha256: fce2a68c7f461944c543b4417fdca0090bef418e9c560372f38fa0ef656bfd98
Contents?: true
Size: 610 Bytes
Versions: 142
Compression:
Stored size: 610 Bytes
Contents
= content_for(:actions) do = link_to t("new_record.link_title"), new_patient_modality_path(patient), class: "button" = within_patient_layout(title: "Modality History") do table thead tr th Modality th Notes th.col-width-date Start Date th.col-width-date.wide Termination Date th Added by tbody - modalities.each do |modality| tr td= modality.description.name td= modality.notes td= l modality.started_on td= l modality.ended_on td= modality.created_by.full_name
Version data entries
142 entries across 142 versions & 1 rubygems