Sha256: b164a38c4333c065c42ce5ea144d92c4e9ed78998b309cfcce8be2812071b935

Contents?: true

Size: 666 Bytes

Versions: 26

Compression:

Stored size: 666 Bytes

Contents

= wizard_card(cpd_audit_review) do
  %table.table.table-hover
    %thead
      %th #{cpd_audit_review.cpd_audit.name}'s #{cpd_statement}
      %th #{cpd_audit_review.name}'s Review

    %tbody
      - cpd_statement.cpd_statement_activities.each do |cpd_statement_activity|
        - cpd_audit_review_item = cpd_audit_review.cpd_audit_review_item(cpd_statement_activity)

        %tr
          %td
            = render('effective/cpd_statement_activities/cpd_statement_activity', cpd_statement_activity: cpd_statement_activity)
          %td
            = render('effective/cpd_audit_review_items/cpd_audit_review_item', cpd_audit_review_item: cpd_audit_review_item)

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
effective_cpd-1.4.8 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.4.7 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.4.6 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.4.5 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.4.4 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.4.3 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.4.2 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.4.1 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.4.0 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.3.7 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.3.6 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.3.5 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.3.4 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.3.3 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.3.2 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.3.1 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.3.0 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.2.4 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_audit_reviews/_cpd_statement.html.haml