Sha256: 19c43577f3ffb00f01be93702fd2da090bf827821af44aa289d7d6e50271f7cb
Contents?: true
Size: 1.15 KB
Versions: 168
Compression:
Stored size: 1.15 KB
Contents
article.status-history header h2 Donor Transplant Operations table thead th th.col-width-date Op Date th Kidney Side th Type of Nephrectomy on donor th Last Seen On th Followup tbody - donor_operations.each do |operation| tr td= link_to "Edit", edit_patient_transplants_donor_operation_path(patient, operation) td= link_to patient_transplants_donor_operation_path(patient, operation) do = l operation.performed_on td= operation.kidney_side.try(:text) td= operation.nephrectomy_type.try(:text) - if operation.followup td= l operation.followup.last_seen_on td = link_to "View", patient_transplants_donor_operation_followup_path(patient, operation) = pipe_separator = link_to "Update", edit_patient_transplants_donor_operation_followup_path(patient, operation) - else td td - url = new_patient_transplants_donor_operation_followup_path(patient, operation) = link_to "Enter details", url
Version data entries
168 entries across 168 versions & 1 rubygems