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

Version Path
renalware-core-2.0.28 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.27 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.26 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.25 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.24 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.23 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.22 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.21 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.20 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.18 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.17 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.16 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.15 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.14 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.13 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.12 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.11 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.9 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.8 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.7 app/views/renalware/research/study_participants/_table.html.slim