Sha256: ebc68603081bbf3bc91fbdc506a6d45fbb4fa9df817b0cbeb9203a1298e81de4

Contents?: true

Size: 874 Bytes

Versions: 13

Compression:

Stored size: 874 Bytes

Contents

= content_for(:actions) do
  = link_to("Add",
            new_research_study_participant_path,
            id: "add-study-participants",
            class: :button,
            data: { "reveal-id" => "study-participant-modal", "reveal-ajax" => "true" })

= content_for(:filters) do
  = render "filters", study: study, query: query

= within_admin_layout(\
  title: "Participants",
  breadcrumbs: [\
    breadcrumb_for("Clinical Studies", research_studies_path),
    breadcrumb_for(study.code, edit_research_study_path(study))\
  ]) do

  - if study.description.present?
    p.panel.radius.compact
      = "Description: #{study.description}"
      br
      = "Started on: #{l(study.started_on)}"
      br
      = "Leader: #{study.leader}"

  = render "table", study: study, participants: participants, query: query

  #study-participant-modal.reveal-modal.small(data-reveal)

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
renalware-core-2.0.67 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.64 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.63 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.62 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.61 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.60 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.58 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.57 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.56 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.55 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.54 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.53 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.52 app/views/renalware/research/study_participants/index.html.slim