Sha256: e3d527906b108834fa3f944e058313d7298153ac23011298d2895b1d71dcf1d5

Contents?: true

Size: 1.23 KB

Versions: 107

Compression:

Stored size: 1.23 KB

Contents

.study-participants-table
  table
    thead
      tr
        th.col-width-date= sort_link(query, :joined_on, "Joined on")
        th.col-width-date= sort_link(query, :left_on, "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

107 entries across 107 versions & 1 rubygems

Version Path
renalware-core-2.0.166 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.165 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.164 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.163 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.162 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.161 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.160 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.159 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.158 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.157 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.156 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.155 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.153 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.152 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.151 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.149 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.148 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.147 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.146 app/views/renalware/research/study_participants/_table.html.slim
renalware-core-2.0.145 app/views/renalware/research/study_participants/_table.html.slim