Sha256: a8dbe3433c7a9005303a208706f45562a96622937560eeb5207875b6056edfa3
Contents?: true
Size: 929 Bytes
Versions: 42
Compression:
Stored size: 929 Bytes
Contents
article.status-history.secondary header h3 Status History ul li= link_to "Update Status", new_patient_transplants_registration_status_path(patient), class: "button" table thead th th Start Date th Status th By th Termination Date tbody - registration.statuses.reversed.each do |status| tr td = link_to "Edit", edit_patient_transplants_registration_status_path(patient, status) = pipe_separator = link_to "Delete", patient_transplants_registration_status_path(patient, status), method: :delete, data: { confirm: I18n.t("prompts.confirm_delete") } td= l status.started_on td= status.description td= status.updated_by.to_s td= l status.terminated_on if status.terminated_on
Version data entries
42 entries across 42 versions & 1 rubygems