Sha256: 1f696d1e5d80ef39c8b6301337af0c02410101e87b337798f7f0bbe61dfd7198
Contents?: true
Size: 831 Bytes
Versions: 6
Compression:
Stored size: 831 Bytes
Contents
article.donor-statuses header h2 Donor Stage History ul li = link_to "Update", new_patient_transplants_donor_stage_path(patient), class: "button" table thead th.col-width-tiny th.col-width-date Started on th.col-width-date Terminated on th.col-width-large Position th.col-width-medium Status th.col-width-large Notes tbody - donor_stages.each do |stage| tr(data={ "stage-id" => stage.id }) td= css_toggle_link_to(row_selector: "tr[data-stage-id='#{stage.id}']") td= l(stage.started_on.to_date) td= l(stage.terminated_on&.to_date) td= stage.stage_position.name td= stage.stage_status.name td.col-width-large-with-ellipsis.css-toggle-container= stage.notes
Version data entries
6 entries across 6 versions & 1 rubygems