Sha256: 09ba4f3e3d51c9f279fa1392899cb4600b880a079bd747cd395e5fb9fd6ec28f

Contents?: true

Size: 579 Bytes

Versions: 18

Compression:

Stored size: 579 Bytes

Contents

.summary-part--eq5d
  article
    header
      h2 EQ5D

    / b Example WIP for charting one question over time
    / = line_chart(data_for_question_code(1), curve: false)
    / br
    / br
    / br

    - return if rows.blank?

    .xsss
      table
        thead
          tr
            th.col-width-date Date
            - question_labels.each do |code, label|
              th= label
        tbody
          - rows.each do |row|
            tr
              td= row.answered_on
              - question_labels.each do |code, label|
                td= row.send(code.to_sym)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.1.0 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.167 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.166 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.165 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.164 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.163 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.162 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.161 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.160 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.159 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.158 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.157 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.156 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.155 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.153 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.152 app/components/renalware/surveys/eq5d_component.html.slim
renalware-core-2.0.151 app/components/renalware/surveys/eq5d_component.html.slim