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