Sha256: 07af2d9dd0ffdc0b0602ff48d8f4206afd76f830a46c8e1fbb15b7da00da689a

Contents?: true

Size: 388 Bytes

Versions: 5

Compression:

Stored size: 388 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_cpd-1.2.0 app/views/effective/cpd_audits/_conflict.html.haml
effective_cpd-1.1.3 app/views/effective/cpd_audits/_conflict.html.haml
effective_cpd-1.1.2 app/views/effective/cpd_audits/_conflict.html.haml
effective_cpd-1.1.1 app/views/effective/cpd_audits/_conflict.html.haml
effective_cpd-1.1.0 app/views/effective/cpd_audits/_conflict.html.haml