Sha256: 4e6d16a09f768fa5b6cb2e27f302e736558dd5baa433295c10575a5052c1c4c2

Contents?: true

Size: 433 Bytes

Versions: 46

Compression:

Stored size: 433 Bytes

Contents

= card(cpd_audit_review.wizard_step_title(step)) do
  %table.table
    %tbody
      %tr
        %th Conflict of Interest
        %td
          - if cpd_audit_review.conflict_of_interest?
            Yes, there is a conflict of interest
          - else
            No conflict of interest

      - if cpd_audit_review.conflict_of_interest?
        %tr
          %th Reason
          %td= cpd_audit_review.conflict_of_interest_reason

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
effective_cpd-0.1.5 app/views/effective/cpd_audit_reviews/_conflict.html.haml
effective_cpd-0.1.4 app/views/effective/cpd_audit_reviews/_conflict.html.haml
effective_cpd-0.1.3 app/views/effective/cpd_audit_reviews/_conflict.html.haml
effective_cpd-0.1.2 app/views/effective/cpd_audit_reviews/_conflict.html.haml
effective_cpd-0.1.1 app/views/effective/cpd_audit_reviews/_conflict.html.haml
effective_cpd-0.1 app/views/effective/cpd_audit_reviews/_conflict.html.haml