Sha256: 6be9ff08ddad1d13e2f407e86e27139f82e5ff5e6997e9fe9609d9f17f9d4892
Contents?: true
Size: 1.17 KB
Versions: 21
Compression:
Stored size: 1.17 KB
Contents
.study-participants-table table thead tr th.col-width-date Joined on th.col-width-date Left on th Patient th.col-width-nhs-no NHS Number th.col-width-reference-no Hosp no th.col-width-tiny Age th Sex th External ID th.col-width-small tbody - participants.each do |participant| tr td= l(participant.joined_on) td= l(participant.left_on) td= default_patient_link(participant.patient) td= participant.patient.nhs_number td= participant.patient.hospital_identifiers td= participant.patient.age td= participant.patient.sex td= participant.external_id td = link_to "Delete", research_study_participant_path(study, participant), method: :delete, data: { confirm: "Are you sure?" } = " | " = link_to("Edit", edit_research_study_participant_path(study, participant), data: { "reveal-id" => "study-participant-modal", "reveal-ajax" => "true" }) = paginate participants
Version data entries
21 entries across 21 versions & 1 rubygems