Sha256: e3b11f1385423de6e1d59c71a1de3e1461a7b205147f8d854782b36d69973415

Contents?: true

Size: 405 Bytes

Versions: 46

Compression:

Stored size: 405 Bytes

Contents

= card(cpd_audit.wizard_step_title(step)) 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

46 entries across 46 versions & 1 rubygems

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