Sha256: 50bef697a3edd6020626d4c076849440c6d01f5ec4015b450ec45fc953f3c202

Contents?: true

Size: 493 Bytes

Versions: 46

Compression:

Stored size: 493 Bytes

Contents

= card(cpd_audit.wizard_step_title(step)) do
  %table.table.table-hover
    %thead
      %tr
        %th Question
        %th Response

    %tbody
      - cpd_audit_level_section.cpd_audit_level_questions.each do |cpd_audit_level_question|
        - cpd_audit_response = cpd_audit.cpd_audit_response(cpd_audit_level_question)

        %tr
          %td= cpd_audit_level_question
          %td= render('effective/cpd_audit_responses/cpd_audit_response', cpd_audit_response: cpd_audit_response)

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
effective_cpd-0.6.9 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.0.0 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.8 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.7 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.6 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.5 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.4 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.3 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.2 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.1 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.6.0 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.5.4 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.5.3 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.5.2 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.5.1 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.5.0 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.4.3 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.4.2 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.4.1 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-0.4.0 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml