Sha256: 9465dc53672f02ade55bb6a554ef1ac020b8472f584df60367bcb4ef70dd24ad

Contents?: true

Size: 476 Bytes

Versions: 37

Compression:

Stored size: 476 Bytes

Contents

= wizard_card(cpd_audit) 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

37 entries across 37 versions & 1 rubygems

Version Path
effective_cpd-1.7.2 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.7.1 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.7.0 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.6.5 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.6.4 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.6.3 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.6.2 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.6.1 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.6.0 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.5.1 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.5.0 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.8 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.7 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.6 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.5 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.4 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.3 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.2 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.1 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml
effective_cpd-1.4.0 app/views/effective/cpd_audits/_cpd_audit_level_section.html.haml