Sha256: 20932e38c29ac624e5e6697014147e3e83a2689ed4ed4341a497aaeaa6e9f932

Contents?: true

Size: 783 Bytes

Versions: 61

Compression:

Stored size: 783 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" })

= 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

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

Version data entries

61 entries across 61 versions & 1 rubygems

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