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.7 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.5 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.4 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.3 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.2 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.1 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/research/study_participants/index.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/research/study_participants/index.html.slim