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

Version Path
renalware-core-2.0.51 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.50 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.48 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.47 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.46 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.45 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.44 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.43 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.42 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.41 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.40 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.39 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.38 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.37 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.36 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.35 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.34 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.33 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.32 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.31 app/views/renalware/research/study_participants/_table.html.slim