Sha256: 8297a9eb8e0f78e9a1493ffa8c51b37e0e02b7e465922ec7bea8cfed9b7256a1
Contents?: true
Size: 711 Bytes
Versions: 48
Compression:
Stored size: 711 Bytes
Contents
article.swabs header h2= t(".title") = link_to t(".add"), new_patient_swab_path(@patient), class: "button right" table thead tr th.col-width-tiny th.col-width-date-time= t(".date_time") th.col-width-tiny= t(".type") th.col-width-tiny= t(".result") th.col-width-tiny= t(".location") th= t(".notes") tbody - swabs.each do |swab| tr td= link_to("Edit", edit_patient_swab_path(patient, swab)) if policy(swab).edit? td= l(swab.date_time) td= swab.document.type&.text td= swab.document.result&.text td= swab.document.location td= swab.notes
Version data entries
48 entries across 48 versions & 1 rubygems