Sha256: ca1d152a3939ef5fef98042cd46934bdbc5027a94d398c9318812ed424f6dc4a
Contents?: true
Size: 830 Bytes
Versions: 169
Compression:
Stored size: 830 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
169 entries across 169 versions & 1 rubygems