Sha256: 25f379d71ca95fee8104a9938b25fa0bc76f0b6785406e25514c8153e800e2ec
Contents?: true
Size: 1.11 KB
Versions: 40
Compression:
Stored size: 1.11 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.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 = 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
40 entries across 40 versions & 1 rubygems